Uses of Interface
org.apache.xmlrpc.client.AsyncCallback
-
Packages that use AsyncCallback Package Description org.apache.xmlrpc.client -
-
Uses of AsyncCallback in org.apache.xmlrpc.client
Classes in org.apache.xmlrpc.client that implement AsyncCallback Modifier and Type Class Description classTimingOutCallbackA callback object that can wait up to a specified amount of time for the XML-RPC response.Methods in org.apache.xmlrpc.client with parameters of type AsyncCallback Modifier and Type Method Description voidXmlRpcClientWorker. execute(XmlRpcRequest pRequest, AsyncCallback pCallback)Performs an synchronous request.voidXmlRpcClient. executeAsync(String pMethodName, Object[] pParams, AsyncCallback pCallback)Performs an asynchronous request with the clients default configuration.voidXmlRpcClient. executeAsync(String pMethodName, List pParams, AsyncCallback pCallback)Performs an asynchronous request with the clients default 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. executeAsync(XmlRpcRequest pRequest, AsyncCallback pCallback)Performs a request with the clients default configuration.
-