|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
DomXmlWriterThis interface represents a DOM tree destination for the serialized XML content of a UddiElement. |
interface |
WriterXmlWriterThis interface represents a Writer destination for the serialized XML content of a UddiElement. |
| Classes in oracle.uddi.message that implement XmlWriter | |
class |
DefaultXmlWriterThis 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 Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||