Package org.glassfish.admin.rest.testing
Class Response
- java.lang.Object
-
- org.glassfish.admin.rest.testing.Response
-
public class Response extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.jettison.json.JSONObjectgetItem()jakarta.ws.rs.core.ResponsegetJaxrsResponse()org.codehaus.jettison.json.JSONObjectgetJsonBody()StringgetLocationHeader()StringgetMethod()intgetStatus()StringgetStringBody()StringgetXLocationHeader()
-
-
-
Method Detail
-
getJaxrsResponse
public jakarta.ws.rs.core.Response getJaxrsResponse()
-
getMethod
public String getMethod()
-
getStatus
public int getStatus()
-
getStringBody
public String getStringBody()
-
getJsonBody
public org.codehaus.jettison.json.JSONObject getJsonBody() throws Exception- Throws:
Exception
-
-