cz.eman.jsonrpc.shared.bo
Interface JsonRpcResponse
- All Known Implementing Classes:
- JsonRpcErrorResponse, JsonRpcNormalResponse
public interface JsonRpcResponse
Json-rpc response object acording to json-rpc 2.0 specifications. There are 2 objects connected with this interface so
that there isn't always returned both error and result with one if them
always being null.
- Author:
- Karel Hovorka
getJsonrpc
java.lang.String getJsonrpc()
setJsonrpc
void setJsonrpc(java.lang.String jsonrpc)
getId
java.lang.String getId()
setId
void setId(java.lang.String id)