Java API

Uses of Interface
oracle.uddi.message.WriterXmlWriter

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

Uses of WriterXmlWriter in oracle.uddi.message
 

Classes in oracle.uddi.message that implement WriterXmlWriter
TypeName
 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 that return WriterXmlWriter
TypeName
 WriterXmlWriter UddiElementFactory.createWriterXmlWriter(java.io.Writer writer)
           
 


Java API

Copyright © 2001 - Oracle Corporation