Uses of Interface
org.apache.xmlrpc.client.XmlRpcClientConfig
-
Packages that use XmlRpcClientConfig Package Description org.apache.xmlrpc.client -
-
Uses of XmlRpcClientConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcClientConfig in org.apache.xmlrpc.client Modifier and Type Interface Description interface
XmlRpcLocalClientConfig
Interface of a client configuration for local rpc calls.Classes in org.apache.xmlrpc.client that implement XmlRpcClientConfig Modifier and Type Class Description class
XmlRpcClientConfigImpl
Default implementation of a clients request configuration.Methods in org.apache.xmlrpc.client that return XmlRpcClientConfig Modifier and Type Method Description XmlRpcClientConfig
XmlRpcClient. getClientConfig()
Returns the clients default configuration.static XmlRpcClientConfig
XmlRpcClientDefaults. newXmlRpcClientConfig()
Creates a new instance ofXmlRpcClientConfig
.Methods in org.apache.xmlrpc.client with parameters of type XmlRpcClientConfig Modifier and Type Method Description Object
XmlRpcClient. execute(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams)
Performs a request with the given configuration.Object
XmlRpcClient. execute(XmlRpcClientConfig pConfig, String pMethodName, List pParams)
Performs a request with the given configuration.void
XmlRpcClient. executeAsync(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams, AsyncCallback pCallback)
Performs an asynchronous request with the given configuration.void
XmlRpcClient. executeAsync(XmlRpcClientConfig pConfig, String pMethodName, List pParams, AsyncCallback pCallback)
Performs an asynchronous request with the given configuration.void
XmlRpcClient. setConfig(XmlRpcClientConfig pConfig)
Sets the clients default configuration.
-