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

Part No. B10396-01

Uses of Interface
oracle.uddi.message.XmlWriter

Packages that use XmlWriter
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 XmlWriter in oracle.uddi.message

 

Subinterfaces of XmlWriter in oracle.uddi.message
 interface DomXmlWriter
           This interface represents a DOM tree destination for the serialized XML content of a UddiElement.
 interface WriterXmlWriter
           This interface represents a Writer destination for the serialized XML content of a UddiElement.

 

Classes in oracle.uddi.message that implement XmlWriter
 class DefaultXmlWriter
          This class is an implementation of both the DomXmlWriter interface and the WriterXmlWriter interface; that is, it can act as a destination DOM tree or a destination Writer for UddiElement content.

 

Methods in oracle.uddi.message with parameters of type XmlWriter
 void UddiElement.marshall(XmlWriter xmlWriter)
          Serializes the content of this element to the destination specified by the XmlWriter 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.