org.apache.xmlrpc.serializer
Class CharSetXmlWriterFactory

java.lang.Object
  extended by org.apache.xmlrpc.serializer.BaseXmlWriterFactory
      extended by org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
All Implemented Interfaces:
XmlWriterFactory

public class CharSetXmlWriterFactory
extends BaseXmlWriterFactory

An implementation of XmlWriterFactory, which creates instances of CharSetXMLWriter.


Constructor Summary
CharSetXmlWriterFactory()
           
 
Method Summary
protected  org.apache.ws.commons.serialize.XMLWriter newXmlWriter()
           
 
Methods inherited from class org.apache.xmlrpc.serializer.BaseXmlWriterFactory
getXmlWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharSetXmlWriterFactory

public CharSetXmlWriterFactory()
Method Detail

newXmlWriter

protected org.apache.ws.commons.serialize.XMLWriter newXmlWriter()
Overrides:
newXmlWriter in class BaseXmlWriterFactory


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.