Package org.apache.xmlrpc.client
package org.apache.xmlrpc.client
-
ClassDescriptionA callback interface for an asynchronous XML-RPC call.A callback object that can wait up to a specified amount of time for the XML-RPC response.This exception is thrown, if the request times out.The main access point of an XML-RPC client.This interface is being implemented by an Apache XML-RPC clients configuration object.Default implementation of a clients request configuration.This class is responsible to provide default settings.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.Default implementation of
XmlRpcRequest
.Object, which performs a request on the clients behalf.A worker factory for the client, creating instances ofXmlRpcClientWorker
.An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.Extension ofXmlRpcClientConfig
for HTTP based transport.Abstract base implementation of an HTTP transport.Exception thrown if the HTTP status code sent by the server indicates that the request could not be processed.A "light" HTTP transport implementation for Java 1.4.Java 1.4 specific factory for the lite HTTP transport,XmlRpcLiteHttpTransport
.A "light" HTTP transport implementation.Factory for the lite HTTP transport,XmlRpcLiteHttpTransport
.Interface of a client configuration for local rpc calls.Another local transport for debugging and testing.Another local transport factory for debugging and testing.The default implementation of a local transport.A transport factory being used for local XML-RPC calls.Implementation of a transport class, which is based on an output stream for sending the request and an input stream for receiving the response,Abstract base implementation of a factory for stream transports.Default implementation of an HTTP transport in Java 1.4, based on theHttpURLConnection
class.Default implementation of an HTTP transport factory in Java 1.4, based on theHttpURLConnection
class.Default implementation of an HTTP transport in Java 1.4, based on theHttpURLConnection
class.Default implementation of an HTTP transport in Java 1.5, based on theHttpURLConnection
class.Default implementation of an HTTP transport, based on theHttpURLConnection
class.Default implementation of a HTTP transport factory, based on theHttpURLConnection
class.Interface from XML-RPC to an underlying transport, most likely based on HTTP.Interface of an object creating instances ofXmlRpcTransport
.Abstract base implementation of anXmlRpcTransportFactory
.Abstract base implementation of anXmlRpcTransport
.