Uses of Class
com.rabbitmq.tools.jsonrpc.JsonRpcException
Packages that use JsonRpcException
Package
Description
JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport.
-
Uses of JsonRpcException in com.rabbitmq.tools.jsonrpc
Fields in com.rabbitmq.tools.jsonrpc declared as JsonRpcExceptionModifier and TypeFieldDescriptionprivate final JsonRpcException
JsonRpcMapper.JsonRpcResponse.exception
Methods in com.rabbitmq.tools.jsonrpc that return JsonRpcExceptionMethods in com.rabbitmq.tools.jsonrpc that throw JsonRpcExceptionModifier and TypeMethodDescriptionDeprecated.This method will be removed in the next major versionPublic API - builds, encodes and sends a JSON-RPC request, and waits for the response.private Object
JsonRpcClient.checkReply
(JsonRpcMapper.JsonRpcResponse reply) Private API - parses a JSON-RPC reply object, checking it for exceptions.private void
JsonRpcClient.retrieveServiceDescription()
Private API - invokes the "system.describe" method on the server, and parses and stores the resulting service description in this object.Constructors in com.rabbitmq.tools.jsonrpc with parameters of type JsonRpcExceptionModifierConstructorDescriptionJsonRpcResponse
(Object result, Object error, JsonRpcException exception) Constructors in com.rabbitmq.tools.jsonrpc that throw JsonRpcExceptionModifierConstructorDescriptionJsonRpcClient
(Channel channel, String exchange, String routingKey) JsonRpcClient
(Channel channel, String exchange, String routingKey, int timeout) Construct a new JsonRpcClient, passing the parameters through to RpcClient's constructor.JsonRpcClient
(Channel channel, String exchange, String routingKey, int timeout, JsonRpcMapper mapper) Construct a new JsonRpcClient, passing the parameters through to RpcClient's constructor.JsonRpcClient
(RpcClientParams rpcClientParams, JsonRpcMapper mapper)