Package | Description |
---|---|
org.apache.xmlrpc.client | |
org.apache.xmlrpc.client.util |
Class and Description |
---|
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
A worker factory for the client, creating instances of
XmlRpcClientWorker . |
XmlRpcCommonsTransportFactory
An HTTP transport factory, which is based on the Jakarta Commons
HTTP Client.
|
XmlRpcHttpClientConfig
Extension of
XmlRpcClientConfig
for HTTP based transport. |
XmlRpcHttpTransport
Abstract base implementation of an HTTP transport.
|
XmlRpcLiteHttpTransport
A "light" HTTP transport implementation.
|
XmlRpcLiteHttpTransportFactory
Factory for the lite HTTP transport,
XmlRpcLiteHttpTransport . |
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
Interface of an object creating instances of
XmlRpcTransport . |
XmlRpcTransportFactoryImpl
Abstract base implementation of an
XmlRpcTransportFactory . |
XmlRpcTransportImpl
Abstract base implementation of an
XmlRpcTransport . |
Class and Description |
---|
XmlRpcClient
The main access point of an XML-RPC client.
|
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.