Uses of Interface
org.apache.xmlrpc.client.XmlRpcClientConfig

Packages that use XmlRpcClientConfig
org.apache.xmlrpc.client   
org.apache.xmlrpc.common   
org.apache.xmlrpc.webserver   
 

Uses of XmlRpcClientConfig in org.apache.xmlrpc.client
 

Subinterfaces of XmlRpcClientConfig in org.apache.xmlrpc.client
 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 XmlRpcClientConfig
 class XmlRpcClientConfigImpl
          Default implementation of a clients request configuration.
 

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

Methods in org.apache.xmlrpc.client with parameters of type XmlRpcClientConfig
 java.lang.Object XmlRpcClient.execute(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.util.List pParams)
          Performs a request with the given configuration.
 java.lang.Object XmlRpcClient.execute(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.lang.Object[] pParams)
          Performs a request with the given configuration.
 void XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.util.List pParams, AsyncCallback pCallback)
          Performs an asynchronous request with the given configuration.
 void XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.lang.Object[] pParams, AsyncCallback pCallback)
          Performs an asynchronous request with the given configuration.
 void XmlRpcClient.setConfig(XmlRpcClientConfig pConfig)
          Sets the clients default configuration.
 

Uses of XmlRpcClientConfig in org.apache.xmlrpc.common
 

Subinterfaces of XmlRpcClientConfig in org.apache.xmlrpc.common
 interface XmlRpcHttpRequestConfig
          Extension of XmlRpcClientConfig for HTTP 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 XmlRpcClientConfig
 class XmlRpcHttpRequestConfigImpl
          Default implementation of a request configuration.
 

Uses of XmlRpcClientConfig in org.apache.xmlrpc.webserver
 

Classes in org.apache.xmlrpc.webserver that implement XmlRpcClientConfig
 class RequestData
          Web servers extension of XmlRpcHttpRequestConfig, which allows to store additional per request data.
protected static class XmlRpcServletServer.RequestData
          This class is used as a "connection" while processing the request.
 



Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.