Interface JsonRpcService

All Known Subinterfaces:
JsonRpcServiceWrapper
All Known Implementing Classes:
AbstractJsonRpcService, DelegatingJsonRpcService, EchoJsonRpcService, MathService, WalletAppKitJsonRpcService

public interface JsonRpcService
Interface for an Asynchronous JSON-RPC Server/Service. A service-layer abstraction of JSON-RPC using plain old Java objects (POJOs) Can easily be used in controllers from Java Web frameworks.