org.apache.xmlrpc.serializer
public interface XmlWriterFactory
org.apache.ws.commons.serialize.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-2007 Apache Software Foundation. All Rights Reserved.