Package com.rabbitmq.tools.jsonrpc
JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport.
-
Interface Summary Interface Description JsonRpcMapper Abstraction to handle JSON parsing and generation. -
Class Summary Class Description DefaultJsonRpcMapper Deprecated. useJacksonJsonRpcMapper
insteadJacksonJsonRpcMapper JsonRpcMapper
based on Jackson.JsonRpcClient JsonRpcMapper.JsonRpcRequest JsonRpcMapper.JsonRpcResponse 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. -
Exception Summary Exception Description JsonRpcException Thrown when a JSON-RPC service indicates an error occurred during a call.JsonRpcMappingException