public interface XmlWriterFactory
XMLWriter.| Modifier and Type | Method and Description |
|---|---|
org.xml.sax.ContentHandler |
getXmlWriter(XmlRpcStreamConfig pConfig,
java.io.OutputStream pStream)
Creates a new instance of
ContentHandler,
writing to the given OutputStream. |
org.xml.sax.ContentHandler getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream) throws XmlRpcException
ContentHandler,
writing to the given OutputStream.pStream - The destination stream.pConfig - The request or response configuration.XMLWriter.XmlRpcException - Creating the handler failed.Copyright © 2001-2013. All Rights Reserved.