|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlrpc.serializer.BaseXmlWriterFactory
public class BaseXmlWriterFactory
The default instance of XmlWriterFactory
creates
instances of XMLWriterImpl
.
This works for any Java version since 1.2
Constructor Summary | |
---|---|
BaseXmlWriterFactory()
|
Method Summary | |
---|---|
org.xml.sax.ContentHandler |
getXmlWriter(XmlRpcStreamConfig pConfig,
java.io.OutputStream pStream)
Creates a new instance of ContentHandler ,
writing to the given OutputStream . |
protected org.apache.ws.commons.serialize.XMLWriter |
newXmlWriter()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseXmlWriterFactory()
Method Detail |
---|
protected org.apache.ws.commons.serialize.XMLWriter newXmlWriter()
public org.xml.sax.ContentHandler getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream) throws XmlRpcException
XmlWriterFactory
ContentHandler
,
writing to the given OutputStream
.
getXmlWriter
in interface XmlWriterFactory
pConfig
- The request or response configuration.pStream
- The destination stream.
XMLWriter
.
XmlRpcException
- Creating the handler failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |