Java API

Uses of Class
oracle.uddi.message.MarshallException

Packages that use.*
PackageDescription
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
TypeName
 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

Copyright © 2001 - Oracle Corporation