java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.constrainedto.Resource

@Path("resource") public class Resource extends Object
  • Field Details

  • Constructor Details

    • Resource

      public Resource()
  • Method Details

    • post

      @POST @Path("echo") public String post(String entity)
    • buildResponseWithMedia

      @POST @Path("media") public jakarta.ws.rs.core.Response buildResponseWithMedia(String media)
    • return201IfWriterWorkedOnClient

      @POST @Path("clientwriter") public jakarta.ws.rs.core.Response return201IfWriterWorkedOnClient(String entity)