Uses of Interface
org.apache.xmlrpc.client.AsyncCallback

Packages that use AsyncCallback
org.apache.xmlrpc.client   
 

Uses of AsyncCallback in org.apache.xmlrpc.client
 

Methods in org.apache.xmlrpc.client with parameters of type AsyncCallback
 void XmlRpcClientWorker.execute(XmlRpcRequest pRequest, AsyncCallback pCallback)
          Performs an synchronous request.
 void XmlRpcClient.executeAsync(java.lang.String pMethodName, java.util.List pParams, AsyncCallback pCallback)
          Performs an asynchronous request with the clients default configuration.
 void XmlRpcClient.executeAsync(java.lang.String pMethodName, java.lang.Object[] pParams, AsyncCallback pCallback)
          Performs an asynchronous request with the clients default configuration.
 void XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.util.List pParams, AsyncCallback pCallback)
          Performs an asynchronous request with the given configuration.
 void XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.lang.Object[] 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.
 



Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.