Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

oracle.uddi.message
Interface XmlWriter

All Known Subinterfaces:
DomXmlWriter, WriterXmlWriter
All Known Implementing Classes:
DefaultXmlWriter

public 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
 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.
MarshallException
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.
MarshallException

Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

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