| TimingOutCallback |
A callback object that can wait up to a specified amount
of time for the XML-RPC response.
|
| XmlRpcClient |
The main access point of an XML-RPC client.
|
| XmlRpcClientConfigImpl |
Default implementation of a clients request configuration.
|
| XmlRpcClientDefaults |
This class is responsible to provide default settings.
|
| XmlRpcClientRequestImpl |
|
| XmlRpcClientWorker |
Object, which performs a request on the clients behalf.
|
| XmlRpcClientWorkerFactory |
|
| XmlRpcCommonsTransport |
An HTTP transport factory, which is based on the Jakarta Commons
HTTP Client.
|
| XmlRpcCommonsTransportFactory |
An HTTP transport factory, which is based on the Jakarta Commons
HTTP Client.
|
| XmlRpcHttpTransport |
Abstract base implementation of an HTTP transport.
|
| XmlRpcLite14HttpTransport |
A "light" HTTP transport implementation for Java 1.4.
|
| XmlRpcLite14HttpTransportFactory |
|
| XmlRpcLiteHttpTransport |
A "light" HTTP transport implementation.
|
| XmlRpcLiteHttpTransportFactory |
|
| XmlRpcLocalStreamTransport |
Another local transport for debugging and testing.
|
| XmlRpcLocalStreamTransportFactory |
Another local transport factory for debugging and testing.
|
| XmlRpcLocalTransport |
The default implementation of a local transport.
|
| XmlRpcLocalTransportFactory |
A transport factory being used for local XML-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,
|
| 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.
|
| XmlRpcSun15HttpTransport |
Default implementation of an HTTP transport in Java 1.4, based on the
HttpURLConnection class.
|
| XmlRpcSun15HttpTransportFactory |
Default implementation of an HTTP transport in Java 1.5, based on the
HttpURLConnection class.
|
| XmlRpcSunHttpTransport |
Default implementation of an HTTP transport, based on the
HttpURLConnection class.
|
| XmlRpcSunHttpTransportFactory |
Default implementation of a HTTP transport factory, based on the
HttpURLConnection class.
|
| XmlRpcTransportFactoryImpl |
|
| XmlRpcTransportImpl |
|