java.lang.Object
ee.jakarta.tck.ws.rs.spec.provider.writer.Resource

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

    • Resource

      public Resource()
  • Method Details

    • subresponse

      @GET @Path("subresponse") public OkResponse subresponse()
    • supportxml

      @GET @Produces("application/xml") @Path("supportxml") public EntityForWriter supportxml()
    • supportAll

      @GET @Path("supportall") public EntityForWriter supportAll()
    • supportMedia

      @POST @Path("supportmedia") public jakarta.ws.rs.core.Response supportMedia(String mediaType)
    • enable

      @POST @Path("writer") public jakarta.ws.rs.core.Response enable(String which)