Frames | No Frames |
Classes implementing org.apache.xmlrpc.client.AsyncCallback | |
class | A callback object that can wait up to a specified amount
of time for the XML-RPC response. |
Methods with parameter type org.apache.xmlrpc.client.AsyncCallback | |
void | Performs an synchronous request. |
void | Performs an asynchronous request with the clients default configuration. |
void | Performs an asynchronous request with the clients default configuration. |
void | Performs a request with the clients default configuration. |
void | XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, List pParams, AsyncCallback pCallback) Performs an asynchronous request with the given configuration. |
void | XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams, AsyncCallback pCallback) Performs an asynchronous request with the given configuration. |