Java API

Uses of Interface
oracle.uddi.message.DomXmlWriter

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

Uses of DomXmlWriter in oracle.uddi.message
 

Classes in oracle.uddi.message that implement DomXmlWriter
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 DomXmlWriter
TypeName
 DomXmlWriter UddiElementFactory.createDomXmlWriter(org.w3c.dom.Element elt)
           
 


Java API

Copyright © 2001 - Oracle Corporation