Uses of Interface
org.apache.xmlrpc.XmlRpcConfig
-
Packages that use XmlRpcConfig Package Description org.apache.xmlrpc org.apache.xmlrpc.client org.apache.xmlrpc.common org.apache.xmlrpc.server org.apache.xmlrpc.webserver -
-
Uses of XmlRpcConfig in org.apache.xmlrpc
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc Modifier and Type Interface Description interface
XmlRpcRequestConfig
Interface of a request configuration.Classes in org.apache.xmlrpc that implement XmlRpcConfig Modifier and Type Class Description class
XmlRpcConfigImpl
Default implementation ofXmlRpcConfig
. -
Uses of XmlRpcConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.client Modifier and Type Interface Description interface
XmlRpcClientConfig
This interface is being implemented by an Apache XML-RPC clients configuration object.interface
XmlRpcHttpClientConfig
Extension ofXmlRpcClientConfig
for HTTP based transport.interface
XmlRpcLocalClientConfig
Interface of a client configuration for local rpc calls.Classes in org.apache.xmlrpc.client that implement XmlRpcConfig Modifier and Type Class Description class
XmlRpcClientConfigImpl
Default implementation of a clients request configuration.Methods in org.apache.xmlrpc.client that return XmlRpcConfig Modifier and Type Method Description XmlRpcConfig
XmlRpcClient. getConfig()
Returns the clients default configuration. -
Uses of XmlRpcConfig in org.apache.xmlrpc.common
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.common Modifier and Type Interface Description interface
XmlRpcHttpConfig
Interface of a configuration for HTTP requests.interface
XmlRpcHttpRequestConfig
Extension ofXmlRpcClientConfig
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.Classes in org.apache.xmlrpc.common that implement XmlRpcConfig Modifier and Type Class Description class
XmlRpcHttpRequestConfigImpl
Default implementation of a request configuration.Methods in org.apache.xmlrpc.common that return XmlRpcConfig Modifier and Type Method Description abstract XmlRpcConfig
XmlRpcController. getConfig()
Returns the controllers default configuration. -
Uses of XmlRpcConfig in org.apache.xmlrpc.server
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.server Modifier and Type Interface Description interface
XmlRpcHttpServerConfig
HTTP servers configuration.interface
XmlRpcServerConfig
Server specific extension ofXmlRpcConfig
.Classes in org.apache.xmlrpc.server that implement XmlRpcConfig Modifier and Type Class Description class
XmlRpcServerConfigImpl
Default implementation ofXmlRpcServerConfig
.Methods in org.apache.xmlrpc.server that return XmlRpcConfig Modifier and Type Method Description XmlRpcConfig
XmlRpcServer. getConfig()
-
Uses of XmlRpcConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcConfig Modifier and Type Class Description class
RequestData
Web servers extension ofXmlRpcHttpRequestConfig
, which allows to store additional per request data.
-