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 org.apache.ws.commons.serialize.XMLWriterImpl.
 class CharSetXmlWriterFactory
          An implementation of XmlWriterFactory, which creates instances of org.apache.ws.commons.serialize.CharSetXMLWriter.
 class DefaultXMLWriterFactory
          The default implementation of XmlWriterFactory tests, whether the CharSetXmlWriterFactory is usable.