Uses of Interface
org.apache.xmlrpc.XmlRpcConfig
Packages that use XmlRpcConfig
Package
Description
-
Uses of XmlRpcConfig in org.apache.xmlrpc
Subinterfaces of XmlRpcConfig in org.apache.xmlrpcModifier and TypeInterfaceDescriptioninterfaceInterface of a request configuration.Classes in org.apache.xmlrpc that implement XmlRpcConfig -
Uses of XmlRpcConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.clientModifier and TypeInterfaceDescriptioninterfaceThis interface is being implemented by an Apache XML-RPC clients configuration object.interfaceExtension ofXmlRpcClientConfigfor HTTP based transport.interfaceInterface of a client configuration for local rpc calls.Classes in org.apache.xmlrpc.client that implement XmlRpcConfigModifier and TypeClassDescriptionclassDefault implementation of a clients request configuration.Methods in org.apache.xmlrpc.client that return XmlRpcConfigModifier and TypeMethodDescriptionXmlRpcClient.getConfig()Returns the clients default configuration. -
Uses of XmlRpcConfig in org.apache.xmlrpc.common
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.commonModifier and TypeInterfaceDescriptioninterfaceInterface of a configuration for HTTP requests.interfaceExtension ofXmlRpcClientConfigfor HTTP based transport.interfaceInterface of a configuration for a stream based transport.interfaceInterface of a client configuration for a transport, which is implemented by writing to a stream.Classes in org.apache.xmlrpc.common that implement XmlRpcConfigModifier and TypeClassDescriptionclassDefault implementation of a request configuration.Methods in org.apache.xmlrpc.common that return XmlRpcConfigModifier and TypeMethodDescriptionabstract XmlRpcConfigXmlRpcController.getConfig()Returns the controllers default configuration. -
Uses of XmlRpcConfig in org.apache.xmlrpc.server
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.serverModifier and TypeInterfaceDescriptioninterfaceHTTP servers configuration.interfaceServer specific extension ofXmlRpcConfig.Classes in org.apache.xmlrpc.server that implement XmlRpcConfigMethods in org.apache.xmlrpc.server that return XmlRpcConfig -
Uses of XmlRpcConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcConfigModifier and TypeClassDescriptionclassWeb servers extension ofXmlRpcHttpRequestConfig, which allows to store additional per request data.