Package org.apache.xmlrpc.client
Class XmlRpcClientDefaults
- java.lang.Object
-
- org.apache.xmlrpc.client.XmlRpcClientDefaults
-
public class XmlRpcClientDefaults extends java.lang.ObjectThis class is responsible to provide default settings.
-
-
Field Summary
Fields Modifier and Type Field Description private static XmlWriterFactoryxmlWriterFactory
-
Constructor Summary
Constructors Constructor Description XmlRpcClientDefaults()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XmlRpcTransportFactorynewTransportFactory(XmlRpcClient pClient)Creates a new transport factory for the given client.static XmlRpcClientConfignewXmlRpcClientConfig()Creates a new instance ofXmlRpcClientConfig.static XmlWriterFactorynewXmlWriterFactory()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.
-
-