Class AnotherResourceLocator

java.lang.Object
ee.jakarta.tck.ws.rs.spec.resource.requestmatching.AnotherResourceLocator

public class AnotherResourceLocator extends Object
  • Constructor Details

    • AnotherResourceLocator

      public AnotherResourceLocator()
  • Method Details

    • get

      @GET public String get()
    • post

      @POST @Consumes("text/plain") @Produces("text/plain") public String post()
    • delete

      @DELETE public String delete()