java.lang.Object
ee.jakarta.tck.ws.rs.spec.filter.globalbinding.Resource

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

    • Resource

      public Resource()
  • Method Details

    • echoWithBind

      @POST @Path("bind") public String echoWithBind(String echo)
    • echoNoBind

      @POST @Path("nobind") public String echoNoBind(String echo)