org.apache.xmlrpc
Interface XmlRpcHandler
- Echo, Invoker, SecureXmlRpcClient, XmlRpcClient, XmlRpcClientLite
public interface XmlRpcHandler
The XML-RPC server uses this interface to call a method of an RPC handler.
This should be implemented by any class that wants to directly take control
when it is called over RPC. Classes not implementing this interface will be
wrapped into an Invoker object that tries to find the matching method
for an XML-RPC request.
$Id: XmlRpcHandler.java 233919 2005-04-22 10:26:17Z hgomez $ Object | execute(String method, Vector params) - Return the result, or throw an Exception if something went wrong.
|
execute
public Object execute(String method,
Vector params)
throws Exception
Return the result, or throw an Exception if something went wrong.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.