Package | Description |
---|---|
org.apache.xmlrpc |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcRequest
Default implementation of an XML-RPC request for both client and server.
|
Modifier and Type | Field and Description |
---|---|
(package private) XmlRpcClientRequest |
XmlRpcClient.CallData.request |
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcClientRequestProcessor.encodeRequest(XmlRpcClientRequest request,
java.lang.String encoding,
java.io.OutputStream out)
Encode a request from the XmlClientRpcRequest implementation to an
output stream in the specified character encoding.
|
byte[] |
XmlRpcClientRequestProcessor.encodeRequestBytes(XmlRpcClientRequest request,
java.lang.String encoding)
Encode a request from the XmlRpcClientRequest implementation to a
byte array representing the XML-RPC call, in the specified character
encoding.
|
java.lang.Object |
XmlRpcClient.execute(XmlRpcClientRequest request) |
java.lang.Object |
XmlRpcClientWorker.execute(XmlRpcClientRequest xmlRpcRequest,
XmlRpcTransport transport) |
java.lang.Object |
XmlRpcClient.execute(XmlRpcClientRequest request,
XmlRpcTransport transport) |
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.