| Package | Description |
|---|---|
| org.apache.xmlrpc |
| Modifier and Type | Field and Description |
|---|---|
(package private) AsyncCallback |
XmlRpcClient.CallData.callback |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlRpcClient.executeAsync(java.lang.String method,
java.util.Vector params,
AsyncCallback callback)
Generate an XML-RPC request and send it to the server in a new thread.
|
void |
XmlRpcClient.executeAsync(XmlRpcClientRequest request,
AsyncCallback callback) |
void |
XmlRpcClient.executeAsync(XmlRpcClientRequest request,
AsyncCallback callback,
XmlRpcTransport transport) |
(package private) void |
XmlRpcClient.XmlRpcClientAsyncThread.executeAsync(XmlRpcClientRequest request,
AsyncCallback callback,
XmlRpcTransport transport)
Execute an XML-RPC call and handle asyncronous callback.
|
| Constructor and Description |
|---|
XmlRpcClient.CallData(XmlRpcClientRequest request,
AsyncCallback callback,
XmlRpcTransport transport)
Make a call to be queued and then executed by the next free async
thread
|
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.