public class JsonRpcMethodInvocationHandler extends Object
| Constructor and Description |
|---|
JsonRpcMethodInvocationHandler(net.inveed.rest.jpa.jackson.JsonConfiguration jsonConf,
Request request,
IJsonRpcServiceProvider serviceProvider) |
| Modifier and Type | Method and Description |
|---|---|
Response |
handle()
Performs single JSON-RPC request and return JSON-RPC response
|
public JsonRpcMethodInvocationHandler(net.inveed.rest.jpa.jackson.JsonConfiguration jsonConf,
Request request,
IJsonRpcServiceProvider serviceProvider)
jsonConf - – JSON Configuration for request deserializationrequest - – JSON-RPC RequestserviceProvider - Service Providerpublic Response handle()
Copyright © 2018. All rights reserved.