| Package | Description |
|---|---|
| org.apache.xmlrpc | |
| org.apache.xmlrpc.common |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlRpcRequestConfig
Interface of a request configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlRpcConfigImpl
Default implementation of
XmlRpcConfig. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlRpcHttpConfig
Interface of a configuration for HTTP requests.
|
interface |
XmlRpcHttpRequestConfig
Extension of
org.apache.xmlrpc.client.XmlRpcClientConfig
for HTTP based transport. |
interface |
XmlRpcStreamConfig
Interface of a configuration for a stream based transport.
|
interface |
XmlRpcStreamRequestConfig
Interface of a client configuration for a transport, which
is implemented by writing to a stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlRpcHttpRequestConfigImpl
Default implementation of a request configuration.
|
| Modifier and Type | Method and Description |
|---|---|
abstract XmlRpcConfig |
XmlRpcController.getConfig()
Returns the controllers default configuration.
|