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

@Path("resource/subresource") public class MainSubResource extends Object
  • Field Details

  • Constructor Details

    • MainSubResource

      public MainSubResource()
  • Method Details

    • subresource

      @GET public String subresource()
    • sub

      @POST @Path("sub") @Consumes("text/plain") @Produces("text/plain") public String sub()
    • neverHere

      @GET @Path("{id}") public String neverHere()
    • consumes

      @POST @Path("consumes") @Consumes("text/plain") public String consumes()
    • consumeslocator

      @Path("consumeslocator") public AnotherResourceLocator consumeslocator()
    • produces

      @POST @Path("produces") @Produces("text/plain") public String produces()
    • produceslocator

      @Path("produceslocator") public AnotherResourceLocator produceslocator()