Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Uses of Interface
oracle.uddi.message.XmlScanner

Packages that use XmlScanner
oracle.uddi.message Provides classes that represent the data structures in UDDI API XML messages as well as some utilities related to XML messaging. 

 

Uses of XmlScanner in oracle.uddi.message

 

Subinterfaces of XmlScanner in oracle.uddi.message
 interface DomXmlScanner
           This interface represents a DOM tree source for the serialized XML content of a UddiElement.
 interface ReaderXmlScanner
           This interface represents a Reader source for the serialized XML content of a UddiElement.

 

Classes in oracle.uddi.message that implement XmlScanner
 class DefaultXmlScanner
          This class is an implementation of both the DomXmlScanner interface and the ReaderXmlScanner interface; that is, it can act as a source DOM tree or a source Reader for UddiElement content.

 

Methods in oracle.uddi.message with parameters of type XmlScanner
 void UddiElement.unmarshall(XmlScanner xmlScanner)
          Deserializes the content of this UDDI element (thereby populating the element with data) from the source specified by the XmlScanner instance.

 


Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Copyright © 2001, 2003, Oracle. All rights reserved.