org.apache.xmlrpc
Interface ContextXmlRpcHandler

All Known Implementing Classes:
MultiCall, SystemHandler

public interface ContextXmlRpcHandler

An XML-RPC handler that also handles user authentication.

Since:
1.2
Version:
$Id: ContextXmlRpcHandler.html 359531 2005-12-28 13:59:25Z jochen $
Author:
Hannes Wallnoefer
See Also:
AuthenticationFailed

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

Method Detail

execute

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

Throws:
AuthenticationFailed - If authentication fails, an exception of this type must be thrown.
java.lang.Exception
See Also:
AuthenticationFailed


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