org.apache.xmlrpc.serializer

Class BaseXmlWriterFactory

public class BaseXmlWriterFactory extends Object implements XmlWriterFactory

The default instance of {@link XmlWriterFactory} creates instances of {@link 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-2007 Apache Software Foundation. All Rights Reserved.