org.apache.xmlrpc.client
Interface XmlRpcClientConfig

All Superinterfaces:
XmlRpcConfig, XmlRpcRequestConfig
All Known Subinterfaces:
XmlRpcHttpClientConfig, XmlRpcHttpRequestConfig, XmlRpcLocalClientConfig, XmlRpcStreamRequestConfig
All Known Implementing Classes:
RequestData, XmlRpcClientConfigImpl, XmlRpcHttpRequestConfigImpl, XmlRpcServletServer.RequestData

public interface XmlRpcClientConfig
extends XmlRpcRequestConfig

This interface is being implemented by an Apache XML-RPC clients configuration object. Depending on the transport factory, a configuration object must implement additional methods. For example, an HTTP transport requires an instance of XmlRpcHttpClientConfig. A local transport requires an instance of XmlRpcLocalClientConfig.


Method Summary
 
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig
isEnabledForExtensions
 



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