org.apache.xmlrpc.client
Class XmlRpcClientDefaults

java.lang.Object
  extended by org.apache.xmlrpc.client.XmlRpcClientDefaults

public class XmlRpcClientDefaults
extends java.lang.Object

This class is responsible to provide default settings.


Field Summary
private static org.apache.xmlrpc.serializer.XmlWriterFactory xmlWriterFactory
           
 
Constructor Summary
XmlRpcClientDefaults()
           
 
Method Summary
static XmlRpcTransportFactory newTransportFactory(XmlRpcClient pClient)
          Creates a new transport factory for the given client.
static XmlRpcClientConfig newXmlRpcClientConfig()
          Creates a new instance of XmlRpcClientConfig.
static org.apache.xmlrpc.serializer.XmlWriterFactory newXmlWriterFactory()
          Creates a new XmlWriterFactory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlWriterFactory

private static final org.apache.xmlrpc.serializer.XmlWriterFactory xmlWriterFactory
Constructor Detail

XmlRpcClientDefaults

public XmlRpcClientDefaults()
Method Detail

newTransportFactory

public static XmlRpcTransportFactory newTransportFactory(XmlRpcClient pClient)
Creates a new transport factory for the given client.


newXmlRpcClientConfig

public static XmlRpcClientConfig newXmlRpcClientConfig()
Creates a new instance of XmlRpcClientConfig.


newXmlWriterFactory

public static org.apache.xmlrpc.serializer.XmlWriterFactory newXmlWriterFactory()
Creates a new XmlWriterFactory.