Uses of Interface
cz.eman.jsonrpc.shared.bo.JsonRpcResponse

Packages that use JsonRpcResponse
cz.eman.jsonrpc.shared   
cz.eman.jsonrpc.shared.bo   
 

Uses of JsonRpcResponse in cz.eman.jsonrpc.shared
 

Methods in cz.eman.jsonrpc.shared with parameters of type JsonRpcResponse
static java.lang.String JsonTransformer.toJson(JsonRpcResponse result)
           
 

Uses of JsonRpcResponse in cz.eman.jsonrpc.shared.bo
 

Classes in cz.eman.jsonrpc.shared.bo that implement JsonRpcResponse
 class JsonRpcErrorResponse
          Json-rpc response object acording to json-rpc 2.0 specifications
 class JsonRpcNormalResponse
          Json-rpc response object acording to json-rpc 2.0 specifications