org.apache.xmlrpc.client
Interface XmlRpcLocalClientConfig

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

public interface XmlRpcLocalClientConfig
extends XmlRpcClientConfig

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
 XmlRpcServer getXmlRpcServer()
          Returns the XmlRpcServer being invoked.
 
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig
isEnabledForExtensions
 

Method Detail

getXmlRpcServer

XmlRpcServer getXmlRpcServer()
Returns the XmlRpcServer being invoked.

Returns:
Server object being invoked. This will typically be a singleton instance, but could as well create a new instance with any call.


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