Java API

oracle.uddi.message
Interface XmlWriter

All Known Subinterfaces:
DomXmlWriter, WriterXmlWriter

public abstract interface XmlWriter

This interface represents a destination for the serialized XML content of a UddiElement. Element content can be marshalled (serialized) to and unmarshalled (deserialized) from various data formats by methods in UddiElement. See that class for more information.


Method Summary
TypeMethod
 void close()
          Flushes the writer, then closes it and frees up any resources that are being used.
 void flush()
          Flushes all accumulated element content to the underlying stream, excluding any content that has previously been flushed.
 

Method Detail

close

public void close()
           throws MarshallException
Flushes the writer, then closes it and frees up any resources that are being used.
See Also:
flush()

flush

public void flush()
           throws MarshallException
Flushes all accumulated element content to the underlying stream, excluding any content that has previously been flushed.

Java API

Copyright © 2001 - Oracle Corporation