Class Response


  • public class Response
    extends Object
    • Constructor Detail

      • 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 Detail

      • getJaxrsResponse

        public jakarta.ws.rs.core.Response getJaxrsResponse()
      • getMethod

        public String getMethod()
      • getStatus

        public int getStatus()
      • getStringBody

        public String getStringBody()
      • getJsonBody

        public jakarta.json.JsonObject getJsonBody()
                                            throws Exception
        Throws:
        Exception