oracle.uddi.message
Interface XmlScanner
- All Known Subinterfaces:
- DomXmlScanner, ReaderXmlScanner
- public abstract interface XmlScanner
This interface represents a source for the deserialization of
UddiElement
content from some data format. Element content can be
marshalled (serialized) to and unmarshalled (deserialized) from
various data formats by methods in UddiElement
. See
that class for more information.
close
public void close()
throws UnmarshallException
Copyright © 2001 - Oracle Corporation