com.werxltd.jsonrpc
Class Response
java.lang.Object
com.werxltd.jsonrpc.Response
public class Response
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Response
public Response(java.lang.Exception e)
throws org.json.JSONException
- Throws:
org.json.JSONException
Response
public Response(java.lang.Throwable t)
throws org.json.JSONException
- Throws:
org.json.JSONException
Response
public Response()
throws org.json.JSONException
- Throws:
org.json.JSONException
clearErrorData
public void clearErrorData()
throws org.json.JSONException
- Throws:
org.json.JSONException
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
throws org.json.JSONException
- Throws:
org.json.JSONException
getResult
public java.lang.Object getResult()
setResult
public void setResult(java.lang.Object result)
throws org.json.JSONException
- Throws:
org.json.JSONException
getJSON
public org.json.JSONObject getJSON()
getJSONString
public java.lang.String getJSONString()
getJSONString
public java.lang.String getJSONString(int i)
Copyright © 2010. All Rights Reserved.