org.apache.xmlrpc.client
Class XmlRpcClientDefaults
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xmlWriterFactory
private static final org.apache.xmlrpc.serializer.XmlWriterFactory xmlWriterFactory
XmlRpcClientDefaults
public XmlRpcClientDefaults()
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
.