Package com.rabbitmq.tools.jsonrpc
Class JsonRpcMapper.JsonRpcResponse
- java.lang.Object
-
- com.rabbitmq.tools.jsonrpc.JsonRpcMapper.JsonRpcResponse
-
- Enclosing interface:
- JsonRpcMapper
public static class JsonRpcMapper.JsonRpcResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonRpcResponse(Object result, Object error, JsonRpcException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getError()
JsonRpcException
getException()
Object
getResult()
-
-
-
Constructor Detail
-
JsonRpcResponse
public JsonRpcResponse(Object result, Object error, JsonRpcException exception)
-
-
Method Detail
-
getError
public Object getError()
-
getResult
public Object getResult()
-
getException
public JsonRpcException getException()
-
-