cz.eman.jsonrpc.shared.bo
Class JsonRpcRequest
java.lang.Object
cz.eman.jsonrpc.shared.bo.JsonRpcRequest
- All Implemented Interfaces:
- java.io.Serializable
public class JsonRpcRequest
- extends java.lang.Object
- implements java.io.Serializable
Json-rpc request object acording to json-rpc 2.0 specifications
- Author:
- Karel Hovorka
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JsonRpcRequest
public JsonRpcRequest()
getJsonrpc
public java.lang.String getJsonrpc()
setJsonrpc
public void setJsonrpc(java.lang.String jsonrpc)
getMethod
public java.lang.String getMethod()
setMethod
public void setMethod(java.lang.String method)
getParams
public org.codehaus.jackson.JsonNode getParams()
setParams
public void setParams(org.codehaus.jackson.JsonNode params)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object