|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.xmlrpc.serializer.BaseXmlWriterFactory
The default instance of XmlWriterFactory creates
instances of org.apache.ws.commons.serialize.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 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 XMLWriter newXmlWriter()
public org.xml.sax.ContentHandler getXmlWriter(XmlRpcStreamConfig pConfig,
java.io.OutputStream pStream)
throws XmlRpcException
XmlWriterFactoryContentHandler,
writing to the given OutputStream.
getXmlWriter in interface XmlWriterFactorypStream - The destination stream.pConfig - The request or response configuration.
XMLWriter.
XmlRpcException - Creating the handler failed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||