| Package | Description |
|---|---|
| org.apache.xmlrpc | |
| org.apache.xmlrpc.common | |
| org.apache.xmlrpc.jaxb | |
| org.apache.xmlrpc.parser | |
| org.apache.xmlrpc.serializer | |
| org.apache.xmlrpc.util |
| Class and Description |
|---|
| XmlRpcHttpConfig
Interface of a configuration for HTTP requests.
|
| XmlRpcStreamConfig
Interface of a configuration for a stream based transport.
|
| Class and Description |
|---|
| ServerStreamConnection
Interface of an object, which is able to provide
an XML stream, containing an XML-RPC request.
|
| TypeConverter
A
TypeConverter is used when actually calling the
handler method or actually returning the result object. |
| TypeConverterFactory
A
TypeConverterFactory is called for creating instances
of TypeConverter. |
| TypeFactory
A type factory creates serializers or handlers, based on the object
type.
|
| XmlRpcController
A common base class for
org.apache.xmlrpc.server.XmlRpcServer and
org.apache.xmlrpc.client.XmlRpcClient. |
| XmlRpcHttpConfig
Interface of a configuration for HTTP requests.
|
| XmlRpcHttpRequestConfig
Extension of
org.apache.xmlrpc.client.XmlRpcClientConfig
for HTTP based transport. |
| XmlRpcLoadException
This exception is thrown, if the clients or servers maximum
number of concurrent threads is exceeded.
|
| XmlRpcRequestProcessor
Interface of an object, which is able to process
XML-RPC requests.
|
| XmlRpcStreamConfig
Interface of a configuration for a stream based transport.
|
| XmlRpcStreamRequestConfig
Interface of a client configuration for a transport, which
is implemented by writing to a stream.
|
| XmlRpcWorker
An object, which executes requests on the controllers
behalf.
|
| XmlRpcWorkerFactory
A factory for
XmlRpcWorker instances. |
| Class and Description |
|---|
| TypeFactory
A type factory creates serializers or handlers, based on the object
type.
|
| TypeFactoryImpl
Default implementation of a type factory.
|
| XmlRpcController
A common base class for
org.apache.xmlrpc.server.XmlRpcServer and
org.apache.xmlrpc.client.XmlRpcClient. |
| XmlRpcStreamConfig
Interface of a configuration for a stream based transport.
|
| Class and Description |
|---|
| TypeFactory
A type factory creates serializers or handlers, based on the object
type.
|
| XmlRpcStreamConfig
Interface of a configuration for a stream based transport.
|
| XmlRpcStreamRequestConfig
Interface of a client configuration for a transport, which
is implemented by writing to a stream.
|
| Class and Description |
|---|
| TypeFactory
A type factory creates serializers or handlers, based on the object
type.
|
| XmlRpcStreamConfig
Interface of a configuration for a stream based transport.
|
| Class and Description |
|---|
| XmlRpcHttpRequestConfigImpl
Default implementation of a request configuration.
|