org.apache.xmlrpc.serializer

Class BaseXmlWriterFactory

public class BaseXmlWriterFactory extends Object implements XmlWriterFactory

The default instance of XmlWriterFactory creates instances of org.apache.ws.commons.serialize.XMLWriterImpl. This works for any Java version since 1.2
Method Summary
ContentHandlergetXmlWriter(XmlRpcStreamConfig pConfig, OutputStream pStream)
protected XMLWriternewXmlWriter()

Method Detail

getXmlWriter

public ContentHandler getXmlWriter(XmlRpcStreamConfig pConfig, OutputStream pStream)

newXmlWriter

protected XMLWriter newXmlWriter()
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.