Uses of Interface
org.apache.xmlrpc.XmlRpcConfig

Packages that use XmlRpcConfig
org.apache.xmlrpc   
org.apache.xmlrpc.common   
 

Uses of XmlRpcConfig in org.apache.xmlrpc
 

Subinterfaces of XmlRpcConfig in org.apache.xmlrpc
 interface XmlRpcRequestConfig
          Interface of a request configuration.
 

Classes in org.apache.xmlrpc that implement XmlRpcConfig
 class XmlRpcConfigImpl
          Default implementation of XmlRpcConfig.
 

Uses of XmlRpcConfig in org.apache.xmlrpc.common
 

Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.common
 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.
 

Classes in org.apache.xmlrpc.common that implement XmlRpcConfig
 class XmlRpcHttpRequestConfigImpl
          Default implementation of a request configuration.
 

Methods in org.apache.xmlrpc.common that return XmlRpcConfig
abstract  XmlRpcConfig XmlRpcController.getConfig()
          Returns the controllers default configuration.