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 XmlRpcTransportFactory
newTransportFactory
(XmlRpcClient pClient) Creates a new transport factory for the given client.static XmlRpcClientConfig
Creates a new instance ofXmlRpcClientConfig
.static XmlWriterFactory
Creates 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
.
-