Uses of Interface
org.apache.xmlrpc.client.AsyncCallback
Packages that use AsyncCallback
-
Uses of AsyncCallback in org.apache.xmlrpc.client
Classes in org.apache.xmlrpc.client that implement AsyncCallbackModifier and TypeClassDescriptionclass
A 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 AsyncCallbackModifier and TypeMethodDescriptionvoid
XmlRpcClientWorker.execute
(XmlRpcRequest pRequest, AsyncCallback pCallback) Performs an synchronous request.void
XmlRpcClient.executeAsync
(String pMethodName, Object[] pParams, AsyncCallback pCallback) Performs an asynchronous request with the clients default configuration.void
XmlRpcClient.executeAsync
(String pMethodName, List pParams, AsyncCallback pCallback) Performs an asynchronous request with the clients default 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.executeAsync
(XmlRpcRequest pRequest, AsyncCallback pCallback) Performs a request with the clients default configuration.