org.apache.xmlrpc
class XmlRpcClient.XmlRpcClientAsyncThread extends Thread
| Field Summary | |
|---|---|
| protected XmlRpcClient.CallData | call |
| protected XmlRpcClientWorker | worker |
| Constructor Summary | |
|---|---|
| protected | XmlRpcClientAsyncThread(XmlRpcClientWorker worker, XmlRpcClient.CallData initialCall) |
| Method Summary | |
|---|---|
| void | executeAsync(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport)
Execute an XML-RPC call and handle asyncronous callback. |
| void | run() |