public class Response
extends Object
-
Constructor Summary
Constructors
Response(String method,
jakarta.ws.rs.core.Response jaxrsResponse,
boolean readEntity)
-
Method Summary
org.codehaus.jettison.json.JSONObject
jakarta.ws.rs.core.Response
org.codehaus.jettison.json.JSONObject
int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Response
public Response(String method,
jakarta.ws.rs.core.Response jaxrsResponse)
-
Response
public Response(String method,
jakarta.ws.rs.core.Response jaxrsResponse,
boolean readEntity)
-
Method Details
-
getJaxrsResponse
public jakarta.ws.rs.core.Response getJaxrsResponse()
-
-
getStatus
public int getStatus()
-
-
getJsonBody
public org.codehaus.jettison.json.JSONObject getJsonBody()
throws
Exception
- Throws:
Exception
-
getItem
public org.codehaus.jettison.json.JSONObject getItem()
throws
Exception
- Throws:
Exception
-
-