Uses of Package
org.apache.xmlrpc.client
Packages that use org.apache.xmlrpc.client
-
Classes in org.apache.xmlrpc.client used by org.apache.xmlrpc.clientClassDescriptionA callback interface for an asynchronous XML-RPC call.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 is thrown by many of the client classes if an error occured processing and XML-RPC request or response due to client side processing.A worker factory for the client, creating instances of
XmlRpcClientWorker
.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.Factory for the lite HTTP transport,XmlRpcLiteHttpTransport
.Interface of a client configuration for local 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, 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
. -
Classes in org.apache.xmlrpc.client used by org.apache.xmlrpc.client.util