| 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 |
|
| XmlRpcCommonsTransportFactory |
An HTTP transport factory, which is based on the Jakarta Commons
HTTP Client.
|
| XmlRpcHttpClientConfig |
|
| XmlRpcHttpTransport |
Abstract base implementation of an HTTP transport.
|
| XmlRpcHttpTransportException |
Exception thrown if the HTTP status code sent by the server
indicates that the request could not be processed.
|
| XmlRpcLiteHttpTransport |
A "light" HTTP transport implementation.
|
| XmlRpcLiteHttpTransportFactory |
|
| 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.
|
| XmlRpcSun14HttpTransport |
Default implementation of an HTTP transport in Java 1.4, based on the
HttpURLConnection class.
|
| XmlRpcSun14HttpTransportFactory |
Default implementation of an HTTP transport factory in Java 1.4, based
on the HttpURLConnection class.
|
| XmlRpcSunHttpTransport |
Default implementation of an HTTP transport, based on the
HttpURLConnection class.
|
| XmlRpcTransport |
Interface from XML-RPC to an underlying transport, most likely based on HTTP.
|
| XmlRpcTransportFactory |
|
| XmlRpcTransportFactoryImpl |
|
| XmlRpcTransportImpl |
|