Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

Uses of Class
oracle.uddi.message.MarshallException

Packages that use MarshallException
oracle.uddi.message Provides classes that represent the data structures in UDDI API XML messages as well as some utilities related to XML messaging. 
oracle.uddi.message.util Provides classes which represent commonly-used XML messages as defined by the UDDI specification. 

 

Uses of MarshallException in oracle.uddi.message

 

Methods in oracle.uddi.message that throw MarshallException
 void UddiElement.marshall(XmlWriter xmlWriter)
          Serializes the content of this element to the destination specified by the XmlWriter instance.
 boolean UddiElement.hasEmptyContent()
          Returns true if this element has empty content.
 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.

 

Uses of MarshallException in oracle.uddi.message.util

 

Methods in oracle.uddi.message.util that throw MarshallException
 boolean UddiElementBag.hasEmptyContent()
          Returns true if there is no sub UddiElement contained in this bag.

 


Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

Copyright © 2001, 2004, Oracle. All rights reserved.