Java API

Uses of Interface
oracle.uddi.message.XmlScanner

Packages that use.*
PackageDescription
oracle.uddi.message Provides classes that represent the data structures in UDDI API XML messages. 
 

Uses of XmlScanner in oracle.uddi.message
 

Subinterfaces of XmlScanner in oracle.uddi.message
TypeName
 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
TypeName
 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
TypeName
 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.
 


Java API

Copyright © 2001 - Oracle Corporation