org.apache.xmlrpc

Interface ContextXmlRpcHandler

Known Implementing Classes:
MultiCall, SystemHandler

public interface ContextXmlRpcHandler

An XML-RPC handler that also handles user authentication.
Version:
$Id: ContextXmlRpcHandler.java 233919 2005-04-22 10:26:17Z hgomez $
Author:
Hannes Wallnoefer
Since:
1.2
See Also:
AuthenticationFailed

Method Summary

Object
execute(String method, Vector params, XmlRpcContext context)
Return the result, or throw an Exception if something went wrong.

Method Details

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.