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

Part No. B13971-01

oracle.uddi.message
Interface WriterXmlWriter

All Superinterfaces:
XmlWriter
All Known Implementing Classes:
DefaultXmlWriter

public interface WriterXmlWriter
extends XmlWriter

This interface represents a Writer destination for the serialized XML content of a UddiElement. An instance of this interface will be initialized with a Writer object to which will be written the content which gets serialized. See UddiElement for more information on marshalling and unmarshalling element content.

You must call a method on an instance of UddiElementFactory to create an instance of this interface. You should not invoke the init() method of this interface; it will be done for you.


Method Summary
 void init(java.io.Writer writer)
           

 

Methods inherited from interface oracle.uddi.message.XmlWriter
close, flush

 

Method Detail

init

public void init(java.io.Writer writer)

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.