Package | Description |
---|---|
org.apache.xmlrpc | |
org.apache.xmlrpc.client | |
org.apache.xmlrpc.common | |
org.apache.xmlrpc.server | |
org.apache.xmlrpc.webserver |
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 |
XmlRpcClientConfig
This interface is being implemented by an Apache XML-RPC clients
configuration object.
|
interface |
XmlRpcHttpClientConfig
Extension of
XmlRpcClientConfig
for HTTP based transport. |
interface |
XmlRpcLocalClientConfig
Interface of a client configuration for local rpc calls.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcClientConfigImpl
Default implementation of a clients request configuration.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcConfig |
XmlRpcClient.getConfig()
Returns the clients default configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XmlRpcHttpConfig
Interface of a configuration for HTTP requests.
|
interface |
XmlRpcHttpRequestConfig
Extension of
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XmlRpcHttpServerConfig
HTTP servers configuration.
|
interface |
XmlRpcServerConfig
Server specific extension of
XmlRpcConfig . |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcServerConfigImpl
Default implementation of
XmlRpcServerConfig . |
Modifier and Type | Method and Description |
---|---|
XmlRpcConfig |
XmlRpcServer.getConfig() |
Modifier and Type | Class and Description |
---|---|
class |
RequestData
Web servers extension of
XmlRpcHttpRequestConfig ,
which allows to store additional per request data. |
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.