|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface RequestHandler
Interface for handling JSON-RPC 2.0 requests.
| Method Summary | |
|---|---|
java.lang.String[] |
handledRequests()
Gets the JSON-RPC 2.0 request method names that this handler processes. |
com.thetransactioncompany.jsonrpc2.JSONRPC2Response |
process(com.thetransactioncompany.jsonrpc2.JSONRPC2Request request,
MessageContext requestCtx)
Processes a JSON-RPC 2.0 request. |
| Method Detail |
|---|
java.lang.String[] handledRequests()
com.thetransactioncompany.jsonrpc2.JSONRPC2Response process(com.thetransactioncompany.jsonrpc2.JSONRPC2Request request,
MessageContext requestCtx)
request - A valid JSON-RPC 2.0 request instance.requestCtx - Context information about the request, may be
null if undefined.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||