org.apache.xmlrpc
Interface XmlRpcHandler
public interface XmlRpcHandler
The XML-RPC server uses this interface to call a method of an RPC handler.
Method Summary |
java.lang.Object |
execute(XmlRpcRequest pRequest)
Performs the request and returns the result object. |
execute
java.lang.Object execute(XmlRpcRequest pRequest)
throws XmlRpcException
- Performs the request and returns the result object.
- Parameters:
pRequest
- The request being performed (method name and
parameters.)
- Returns:
- The result object.
- Throws:
XmlRpcException
- Performing the request failed.
Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.