Frames | No Frames |
Constructors with parameter type org.apache.xmlrpc.AsyncCallback | |
XmlRpcClient.CallData.CallData(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport) Make a call to be queued and then executed by the next free async
thread
|
Fields of type org.apache.xmlrpc.AsyncCallback | |
AsyncCallback |
Methods with parameter type org.apache.xmlrpc.AsyncCallback | |
void | Generate an XML-RPC request and send it to the server in a new thread. |
void | |
void | XmlRpcClient.executeAsync(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport) |
void | XmlRpcClient.XmlRpcClientAsyncThread.executeAsync(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport) Execute an XML-RPC call and handle asyncronous callback. |