Uses of Interface
org.apache.xmlrpc.client.XmlRpcClientConfig
Packages that use XmlRpcClientConfig
-
Uses of XmlRpcClientConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcClientConfig in org.apache.xmlrpc.clientModifier and TypeInterfaceDescriptioninterfaceInterface of a client configuration for local rpc calls.Classes in org.apache.xmlrpc.client that implement XmlRpcClientConfigModifier and TypeClassDescriptionclassDefault implementation of a clients request configuration.Fields in org.apache.xmlrpc.client declared as XmlRpcClientConfigMethods in org.apache.xmlrpc.client that return XmlRpcClientConfigModifier and TypeMethodDescriptionXmlRpcClient.getClientConfig()Returns the clients default configuration.static XmlRpcClientConfigXmlRpcClientDefaults.newXmlRpcClientConfig()Creates a new instance ofXmlRpcClientConfig.Methods in org.apache.xmlrpc.client with parameters of type XmlRpcClientConfigModifier and TypeMethodDescriptionXmlRpcClient.execute(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams) Performs a request with the given configuration.XmlRpcClient.execute(XmlRpcClientConfig pConfig, String pMethodName, List pParams) Performs a request with the given configuration.voidXmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams, AsyncCallback pCallback) Performs an asynchronous request with the given configuration.voidXmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, List pParams, AsyncCallback pCallback) Performs an asynchronous request with the given configuration.voidXmlRpcClient.setConfig(XmlRpcClientConfig pConfig) Sets the clients default configuration.