Uses of Interface
org.apache.xmlrpc.XmlRpcConfig

Packages that use XmlRpcConfig
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
 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.client
 

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

Classes in org.apache.xmlrpc.client that implement XmlRpcConfig
 class XmlRpcClientConfigImpl
          Default implementation of a clients request configuration.
 

Methods in org.apache.xmlrpc.client that return XmlRpcConfig
 XmlRpcConfig XmlRpcClient.getConfig()
          Returns the clients default configuration.
 

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 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.
 

Uses of XmlRpcConfig in org.apache.xmlrpc.server
 

Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.server
 interface XmlRpcHttpServerConfig
          HTTP servers configuration.
 interface XmlRpcServerConfig
          Server specific extension of XmlRpcConfig.
 

Classes in org.apache.xmlrpc.server that implement XmlRpcConfig
 class XmlRpcServerConfigImpl
          Default implementation of XmlRpcServerConfig.
 

Methods in org.apache.xmlrpc.server that return XmlRpcConfig
 XmlRpcConfig XmlRpcServer.getConfig()
           
 

Uses of XmlRpcConfig in org.apache.xmlrpc.webserver
 

Classes in org.apache.xmlrpc.webserver that implement XmlRpcConfig
 class RequestData
          Web servers extension of XmlRpcHttpRequestConfig, which allows to store additional per request data.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.