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

Packages that use XmlWriterFactory
org.apache.xmlrpc.client   
org.apache.xmlrpc.serializer   
org.apache.xmlrpc.server   
 

Uses of XmlWriterFactory in org.apache.xmlrpc.client
 

Methods in org.apache.xmlrpc.client that return XmlWriterFactory
 XmlWriterFactory XmlRpcClient.getXmlWriterFactory()
          Returns the clients instance of XmlWriterFactory.
static XmlWriterFactory XmlRpcClientDefaults.newXmlWriterFactory()
          Creates a new XmlWriterFactory.
 

Methods in org.apache.xmlrpc.client with parameters of type XmlWriterFactory
 void XmlRpcClient.setXmlWriterFactory(XmlWriterFactory pFactory)
          Sets the clients instance of XmlWriterFactory.
 

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.
 

Uses of XmlWriterFactory in org.apache.xmlrpc.server
 

Methods in org.apache.xmlrpc.server that return XmlWriterFactory
 XmlWriterFactory XmlRpcStreamServer.getXMLWriterFactory()
          Returns the XML Writer factory.
 

Methods in org.apache.xmlrpc.server with parameters of type XmlWriterFactory
 void XmlRpcStreamServer.setXMLWriterFactory(XmlWriterFactory pFactory)
          Sets the XML Writer factory.
 



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