Package ikrs.json.rpc

Interface Summary
JSONRPCError  
JSONRPCRequest  
JSONRPCResponse  
RPCInvocationTarget The RPCInvocationTarget interface must be implemented by classes that should be accessible by the RPCHandler.
 

Class Summary
AbstractInvocationTarget This is an abstract RPCMethodInvocationTarget implementation.
DefaultJSONRPCError The default JSONRPCError implementation.
DefaultJSONRPCRequest  
DefaultJSONRPCResponse  
JSONRPCHandler This is the RPC handler which translates JSONRPC requests into method calls.
JSONRPCValueFactory This class has only one purpose: create a JSONRPCRequest instead of a normal JSONValue when the outer parent object was read.
TestInvocationTarget This is an abstract RPCMethodInvocationTarget implementation.
 

Exception Summary
JSONRPCException