|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.uddi.message.DefaultXmlWriter
This class is an implementation of both the DomXmlWriter interface and the WriterXmlWriter interface; that is, it can act as a destination DOM tree or a destination Writer for UddiElement content. See UddiElement for more information about marshalling and unmarshalling element content.
| Constructor Summary | |
DefaultXmlWriter()This constructor should not be called by clients of the API. | |
| Method Summary | |
void |
close()Flushes the XmlWriter and then closes it and relinquishes any underlying resources. |
void |
flush()Flushes all accumulated element content to the destination, excluding any content that has previously been flushed. |
org.w3c.dom.Element |
getDestElement()Returns the DOM element which will be the destination of the element content; it will contain the output DOM tree. |
void |
init(org.w3c.dom.Element el)Initializes the XmlWriter as a DomXmlWriter. |
void |
init(java.io.Writer writer)Initializes the XmlWriter as a WriterXmlWriter. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultXmlWriter()
UddiClient.| Method Detail |
public void init(java.io.Writer writer)
init in interface WriterXmlWriterpublic void init(org.w3c.dom.Element el)
init in interface DomXmlWriterpublic org.w3c.dom.Element getDestElement()
getDestElement in interface DomXmlWriter
public void flush()
throws MarshallException
flush in interface XmlWriterMarshallException
public void close()
throws MarshallException
close in interface XmlWriterMarshallExceptionXmlWriter.flush()
|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||