Package org.apache.xmlrpc.serializer
Class CharSetXmlWriterFactory
java.lang.Object
org.apache.xmlrpc.serializer.BaseXmlWriterFactory
org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
- All Implemented Interfaces:
XmlWriterFactory
An implementation of
XmlWriterFactory
,
which creates instances of
CharSetXMLWriter
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.ws.commons.serialize.XMLWriter
Methods inherited from class org.apache.xmlrpc.serializer.BaseXmlWriterFactory
getXmlWriter
-
Constructor Details
-
CharSetXmlWriterFactory
public CharSetXmlWriterFactory()
-
-
Method Details
-
newXmlWriter
protected org.apache.ws.commons.serialize.XMLWriter newXmlWriter()- Overrides:
newXmlWriter
in classBaseXmlWriterFactory
-