Package 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
Fields Modifier and Type Field Description private static XmlWriterFactory
xmlWriterFactory
-
Constructor Summary
Constructors Constructor Description XmlRpcClientDefaults()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XmlRpcTransportFactory
newTransportFactory(XmlRpcClient pClient)
Creates a new transport factory for the given client.static XmlRpcClientConfig
newXmlRpcClientConfig()
Creates a new instance ofXmlRpcClientConfig
.static XmlWriterFactory
newXmlWriterFactory()
Creates a newXmlWriterFactory
.
-
-
-
Field Detail
-
xmlWriterFactory
private static final XmlWriterFactory xmlWriterFactory
-
-
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 ofXmlRpcClientConfig
.
-
newXmlWriterFactory
public static XmlWriterFactory newXmlWriterFactory()
Creates a newXmlWriterFactory
.
-
-