|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for an object which can process certain XML-RPC requests.
Used by SampXmlRpcServer.
| Method Summary | |
boolean |
canHandleCall(String method)
Returns true if this handler should be able to process given XML-RPC method. |
Object |
handleCall(String method,
List params)
Processes an XML-RPC call. |
| Method Detail |
public boolean canHandleCall(String method)
method - method name
public Object handleCall(String method,
List params)
throws Exception
canHandleCall(method) returns true.
The params list and the return value must be
SAMP-compatible, that is only Strings, Lists and String-keyed Maps
are allowed in the data structures.
method - XML-RPC method nameparams - XML-RPC parameter list (SAMP-compatible)
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||