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–2016 The Apache Software Foundation. All rights reserved.