java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.Resource

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

  • Constructor Details

    • Resource

      public Resource()
  • Method Details

    • get

      @GET @Path("get") public String get()
    • getAndWait

      @GET @Path("getandwait") public String getAndWait() throws InterruptedException
      Throws:
      InterruptedException
    • getReturnsStatusNotOk

      @GET @Path("getnotok") public jakarta.ws.rs.core.Response getReturnsStatusNotOk()
    • head

      @HEAD @Path("head") public String head()
    • headAndWait

      @HEAD @Path("headandwait") public String headAndWait() throws InterruptedException
      Throws:
      InterruptedException
    • headReturnsStatusNotOk

      @HEAD @Path("headnotok") public jakarta.ws.rs.core.Response headReturnsStatusNotOk()
    • put

      @PUT @Path("put") public String put(String value)
    • putAndWait

      @PUT @Path("putandwait") public String putAndWait(String value) throws InterruptedException
      Throws:
      InterruptedException
    • putReturnsStatusNotOk

      @PUT @Path("putnotok") public jakarta.ws.rs.core.Response putReturnsStatusNotOk(String value)
    • post

      @POST @Path("post") public String post(String value)
    • postAndWait

      @POST @Path("postandwait") public String postAndWait(String value) throws InterruptedException
      Throws:
      InterruptedException
    • postReturnsStatusNotOk

      @POST @Path("postnotok") public jakarta.ws.rs.core.Response postReturnsStatusNotOk(String string)
    • delete

      @DELETE @Path("delete") public String delete()
    • deleteAndWait

      @DELETE @Path("deleteandwait") public String deleteAndWait() throws InterruptedException
      Throws:
      InterruptedException
    • deleteReturnsStatusNotOk

      @DELETE @Path("deletenotok") public jakarta.ws.rs.core.Response deleteReturnsStatusNotOk()
    • options

      @OPTIONS @Path("options") public String options()
    • optionsAndWait

      @OPTIONS @Path("optionsandwait") public String optionsAndWait() throws InterruptedException
      Throws:
      InterruptedException
    • optionsReturnsStatusNotOk

      @OPTIONS @Path("optionsnotok") public jakarta.ws.rs.core.Response optionsReturnsStatusNotOk()
    • trace

      @Path("trace") public String trace()
    • traceReturnsStatusNotOk

      @Path("tracenotok") public jakarta.ws.rs.core.Response traceReturnsStatusNotOk()
    • traceAndWait

      @Path("traceandwait") public String traceAndWait() throws InterruptedException
      Throws:
      InterruptedException