|
Java API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use.* | |
| Package | Description |
|---|---|
| oracle.uddi.message | Provides classes that represent the data structures in UDDI API XML messages. |
| Uses of XmlWriter in oracle.uddi.message |
| Subinterfaces of XmlWriter in oracle.uddi.message | |
| Type | Name |
|---|---|
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 | |
| Type | Name |
|---|---|
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 | |
| Type | Name |
|---|---|
void |
UddiElement.marshall(XmlWriter xmlWriter)
Serializes the content of this element to the destination specified by the XmlWriter instance. |
|
Java API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||