|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for a server which can respond to XML-RPC calls for SAMP. The method parameters and return values must be of SAMP-compatible types, that is only Strings, Lists, and String-keyed Maps are allowed in the data structures.
| Method Summary | |
void |
addHandler(SampXmlRpcHandler handler)
Adds a handler which can service certain XML-RPC methods. |
URL |
getEndpoint()
Returns the server's endpoint. |
void |
removeHandler(SampXmlRpcHandler handler)
Removes a previously-added handler. |
| Method Detail |
public URL getEndpoint()
public void addHandler(SampXmlRpcHandler handler)
handler - handler to addpublic void removeHandler(SampXmlRpcHandler handler)
handler - handler to remove
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||