Package org.apache.xmlrpc.client
Class XmlRpcClientDefaults
java.lang.Object
org.apache.xmlrpc.client.XmlRpcClientDefaults
This class is responsible to provide default settings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XmlRpcTransportFactorynewTransportFactory(XmlRpcClient pClient) Creates a new transport factory for the given client.static XmlRpcClientConfigCreates a new instance ofXmlRpcClientConfig.static XmlWriterFactoryCreates a newXmlWriterFactory.
-
Field Details
-
xmlWriterFactory
-
-
Constructor Details
-
XmlRpcClientDefaults
public XmlRpcClientDefaults()
-
-
Method Details
-
newTransportFactory
Creates a new transport factory for the given client. -
newXmlRpcClientConfig
Creates a new instance ofXmlRpcClientConfig. -
newXmlWriterFactory
Creates a newXmlWriterFactory.
-