org.apache.xmlrpc
Interface ContextXmlRpcHandler
- MultiCall, SystemHandler
public interface ContextXmlRpcHandler
An XML-RPC handler that also handles user authentication.
$Id: ContextXmlRpcHandler.java 233919 2005-04-22 10:26:17Z hgomez $ Object | execute(String method, Vector params, XmlRpcContext context) - Return the result, or throw an Exception if something went wrong.
|
execute
public Object execute(String method,
Vector params,
XmlRpcContext context)
throws Exception
Return the result, or throw an Exception if something went wrong.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.