org.apache.xmlrpc
public interface XmlRpcHandler
Method Summary | |
---|---|
Object | execute(XmlRpcRequest pRequest) 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.