|
Class Summary |
| 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 |
Default implementation of
XmlRpcRequest. |
| XmlRpcClientWorker |
Object, which performs a request on the clients behalf. |
| XmlRpcClientWorkerFactory |
A worker factory for the client, creating instances of
XmlRpcClientWorker. |
| 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 |
Java 1.4 specific factory for the lite HTTP transport,
XmlRpcLiteHttpTransport. |
| XmlRpcLiteHttpTransport |
A "light" HTTP transport implementation. |
| XmlRpcLiteHttpTransportFactory |
Factory for the lite HTTP transport,
XmlRpcLiteHttpTransport. |
| 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 |
Abstract base implementation of an XmlRpcTransportFactory. |
| XmlRpcTransportImpl |
Abstract base implementation of an XmlRpcTransport. |