| Package | Description |
|---|---|
| org.apache.xmlrpc.client | |
| org.apache.xmlrpc.client.util |
| Class and Description |
|---|
| AsyncCallback
A callback interface for an asynchronous XML-RPC call.
|
| XmlRpcClient
The main access point of an XML-RPC client.
|
| XmlRpcClientConfig
This interface is being implemented by an Apache XML-RPC clients
configuration object.
|
| XmlRpcClientConfigImpl
Default implementation of a clients request configuration.
|
| XmlRpcClientException
This is thrown by many of the client classes if an error occured processing
and XML-RPC request or response due to client side processing.
|
| XmlRpcClientWorkerFactory
A worker factory for the client, creating instances of
XmlRpcClientWorker. |
| XmlRpcHttpClientConfig
Extension of
XmlRpcClientConfig
for HTTP based transport. |
| XmlRpcHttpTransport
Abstract base implementation of an HTTP transport.
|
| XmlRpcLocalClientConfig
Interface of a client configuration for local rpc calls.
|
| XmlRpcStreamTransport
Implementation of a transport class, which is based on an output
stream for sending the request and an input stream for receiving
the response,
|
| XmlRpcStreamTransport.ReqWriter |
| XmlRpcStreamTransportFactory
Abstract base implementation of a factory for stream transports.
|
| XmlRpcTransport
Interface from XML-RPC to an underlying transport, most likely based on HTTP.
|
| XmlRpcTransportFactory
Interface of an object creating instances of
XmlRpcTransport. |
| XmlRpcTransportFactoryImpl
Abstract base implementation of an
XmlRpcTransportFactory. |
| XmlRpcTransportImpl
Abstract base implementation of an
XmlRpcTransport. |
| Class and Description |
|---|
| XmlRpcClient
The main access point of an XML-RPC client.
|