Class AnotherSubResource

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

@Path("resource/subresource/sub") public class AnotherSubResource extends Object
  • Constructor Details

    • AnotherSubResource

      public AnotherSubResource()
  • Method Details

    • sub

      @POST @Consumes("text/plain") public String sub()
    • subsub

      @POST public String subsub()
    • get

      @GET public String get()
    • getget

      @GET @Produces("text/plain") public String getget()
    • getTextStar

      @GET @Produces("text/*") public String getTextStar()
    • postTextStar

      @POST @Consumes("text/*") public String postTextStar()