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 interfaceXmlRpcLocalClientConfigInterface of a client configuration for local rpc calls.Classes in org.apache.xmlrpc.client that implement XmlRpcClientConfig Modifier and Type Class Description classXmlRpcClientConfigImplDefault implementation of a clients request configuration.Fields in org.apache.xmlrpc.client declared as XmlRpcClientConfig Modifier and Type Field Description private XmlRpcClientConfigXmlRpcClient. configMethods in org.apache.xmlrpc.client that return XmlRpcClientConfig Modifier and Type Method Description XmlRpcClientConfigXmlRpcClient. getClientConfig()Returns the clients default configuration.static XmlRpcClientConfigXmlRpcClientDefaults. newXmlRpcClientConfig()Creates a new instance ofXmlRpcClientConfig.Methods in org.apache.xmlrpc.client with parameters of type XmlRpcClientConfig Modifier and Type Method Description java.lang.ObjectXmlRpcClient. execute(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.lang.Object[] pParams)Performs a request with the given configuration.java.lang.ObjectXmlRpcClient. execute(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.util.List pParams)Performs a request with the given configuration.voidXmlRpcClient. executeAsync(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.lang.Object[] pParams, AsyncCallback pCallback)Performs an asynchronous request with the given configuration.voidXmlRpcClient. executeAsync(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.util.List pParams, AsyncCallback pCallback)Performs an asynchronous request with the given configuration.voidXmlRpcClient. setConfig(XmlRpcClientConfig pConfig)Sets the clients default configuration.
-