|
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 MarshallException in oracle.uddi.message |
| Methods in oracle.uddi.message that throw MarshallException | |
| Type | Name |
|---|---|
void |
XmlWriter.close()
Flushes the writer, then closes it and frees up any resources that are being used. |
void |
XmlWriter.flush()
Flushes all accumulated element content to the underlying stream, excluding any content that has previously been flushed. |
void |
DefaultXmlWriter.flush()
Flushes all accumulated element content to the destination, excluding any content that has previously been flushed. |
void |
DefaultXmlWriter.close()
Flushes the XmlWriter and then closes it and relinquishes any underlying resources. |
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 | |||||||||