public interface XmlWriterFactory
XMLWriter.| Modifier and Type | Method and Description |
|---|---|
ContentHandler |
getXmlWriter(XmlRpcStreamConfig pConfig,
OutputStream pStream)
Creates a new instance of
ContentHandler,
writing to the given OutputStream. |
ContentHandler getXmlWriter(XmlRpcStreamConfig pConfig, 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-2015 The Apache Software Foundation. All Rights Reserved.