package

com.rabbitmq.tools.jsonrpc

JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport.

Classes

JsonRpcClient JSON-RPC is a lightweight RPC mechanism using JSON as a data language for request and reply messages. 
JsonRpcServer JSON-RPC Server class. 
ParameterDescription Description of a single JSON-RPC procedure parameter. 
ProcedureDescription Description of a single JSON-RPC procedure. 
ServiceDescription Description of a JSON-RPC service. 

Exceptions

JsonRpcException Thrown when a JSON-RPC service indicates an error occurred during a call.