org.apache.xmlrpc.serializer
Interface XmlWriterFactory
- BaseXmlWriterFactory, CharSetXmlWriterFactory, DefaultXMLWriterFactory
public interface XmlWriterFactory
This factory is responsible for creating instances of
org.apache.ws.commons.serialize.XMLWriter
.
ContentHandler | getXmlWriter(XmlRpcStreamConfig pConfig, OutputStream pStream) - Creates a new instance of
ContentHandler ,
writing to the given java.io.OutputStream .
|
getXmlWriter
public ContentHandler getXmlWriter(XmlRpcStreamConfig pConfig,
OutputStream pStream)
throws XmlRpcException
Creates a new instance of ContentHandler
,
writing to the given java.io.OutputStream
.
pConfig
- The request or response configuration.pStream
- The destination stream.
- A SAX handler, typically an instance of
XMLWriter
.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.