org.apache.xmlrpc

Interface ContextXmlRpcHandler

public interface ContextXmlRpcHandler

An XML-RPC handler that also handles user authentication.

Since: 1.2

Version: $Id: ContextXmlRpcHandler.java 233919 2005-04-22 10:26:17Z hgomez $

Author: Hannes Wallnoefer

See Also: AuthenticationFailed

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

Method Detail

execute

public Object execute(String method, Vector params, XmlRpcContext context)
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 B) 1999-2002 Apache Software Foundation. All Rights Reserved.