Uses of Interface
org.apache.xmlrpc.serializer.XmlWriterFactory

Packages that use XmlWriterFactory
org.apache.xmlrpc.serializer   
 

Uses of XmlWriterFactory in org.apache.xmlrpc.serializer
 

Classes in org.apache.xmlrpc.serializer that implement XmlWriterFactory
 class BaseXmlWriterFactory
          The default instance of XmlWriterFactory creates instances of XMLWriterImpl.
 class CharSetXmlWriterFactory
          An implementation of XmlWriterFactory, which creates instances of CharSetXMLWriter.
 class DefaultXMLWriterFactory
          The default implementation of XmlWriterFactory tests, whether the CharSetXmlWriterFactory is usable.
 

Fields in org.apache.xmlrpc.serializer declared as XmlWriterFactory
private  XmlWriterFactory DefaultXMLWriterFactory.factory