org.apache.xmlrpc.client
Interface XmlRpcLocalClientConfig

All Superinterfaces:
XmlRpcClientConfig, XmlRpcConfig, XmlRpcRequestConfig, XmlRpcRequestProcessorFactory
All Known Implementing Classes:
XmlRpcClientConfigImpl

public interface XmlRpcLocalClientConfig
extends XmlRpcClientConfig, XmlRpcRequestProcessorFactory

Interface of a client configuration for local rpc calls. Local rpc calls are mainly useful for testing, because you don't need a running server.


Method Summary
 
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig
getTimeZone, isEnabledForExtensions
 
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcRequestProcessorFactory
getXmlRpcServer
 



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