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.java,v 1.1 2002/10/21 13:08:50 aevers Exp $
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

public 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.
See Also:
AuthenticationFailed


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.