org.apache.xmlrpc

Interface XmlRpcHandler

public interface XmlRpcHandler

The XML-RPC server uses this interface to call a method of an RPC handler. This should be implemented by any class that wants to directly take control when it is called over RPC. Classes not implementing this interface will be wrapped into an Invoker object that tries to find the matching method for an XML-RPC request.

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

Author: Hannes Wallnoefer

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

Method Detail

execute

public Object execute(String method, Vector params)
Return the result, or throw an Exception if something went wrong.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.