public abstract class AbstractHandler extends Object
| Constructor and Description |
|---|
AbstractHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract String[] |
handledRequests() |
abstract com.thetransactioncompany.jsonrpc2.JSONRPC2Response |
process(com.thetransactioncompany.jsonrpc2.JSONRPC2Request req,
com.thetransactioncompany.jsonrpc2.server.MessageContext ctxt) |
public abstract String[] handledRequests()
public abstract com.thetransactioncompany.jsonrpc2.JSONRPC2Response process(com.thetransactioncompany.jsonrpc2.JSONRPC2Request req,
com.thetransactioncompany.jsonrpc2.server.MessageContext ctxt)
Copyright © 2015. All rights reserved.