Package org.apache.xmlrpc.serializer
Class CharSetXmlWriterFactory
- java.lang.Object
-
- org.apache.xmlrpc.serializer.BaseXmlWriterFactory
-
- org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
-
- All Implemented Interfaces:
XmlWriterFactory
public class CharSetXmlWriterFactory extends BaseXmlWriterFactory
An implementation ofXmlWriterFactory
, which creates instances ofCharSetXMLWriter
.
-
-
Constructor Summary
Constructors Constructor Description CharSetXmlWriterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.ws.commons.serialize.XMLWriter
newXmlWriter()
-
Methods inherited from class org.apache.xmlrpc.serializer.BaseXmlWriterFactory
getXmlWriter
-
-
-
-
Method Detail
-
newXmlWriter
protected org.apache.ws.commons.serialize.XMLWriter newXmlWriter()
- Overrides:
newXmlWriter
in classBaseXmlWriterFactory
-
-