Frames | No Frames |
Classes implementing org.apache.xmlrpc.XmlRpcClientRequest | |
class | Default implementation of an XML-RPC request for both client and server. |
Constructors with parameter type org.apache.xmlrpc.XmlRpcClientRequest | |
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.XmlRpcClientRequest | |
XmlRpcClientRequest |
Methods with parameter type org.apache.xmlrpc.XmlRpcClientRequest | |
void | XmlRpcClientRequestProcessor.encodeRequest(XmlRpcClientRequest request, String encoding, OutputStream out) Encode a request from the XmlClientRpcRequest implementation to an
output stream in the specified character encoding. |
byte[] | Encode a request from the XmlRpcClientRequest implementation to a
byte array representing the XML-RPC call, in the specified character
encoding. |
Object | |
Object | |
Object | |
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. |