Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface XmlRpcHandler
Method Summary | |
Object |
|
public 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.