java.lang.Object
ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper.Resource

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

  • Constructor Details

    • Resource

      public Resource()
  • Method Details

    • emptyConstructor

      @GET @Path("/EmptyConstructor") public jakarta.ws.rs.core.Response emptyConstructor()
    • statusCode404

      @GET @Path("/StatusCode404") public jakarta.ws.rs.core.Response statusCode404()
    • statusCode401

      @GET @Path("/StatusCode401") public jakarta.ws.rs.core.Response statusCode401()
    • status503

      @GET @Path("/Status503") public jakarta.ws.rs.core.Response status503()
    • status415

      @GET @Path("/Status415") public jakarta.ws.rs.core.Response status415()
    • responseTest

      @GET @Path("/ResponseTest") public jakarta.ws.rs.core.Response responseTest()
    • nullResponseTest

      @GET @Path("/NullResponseTest") public jakarta.ws.rs.core.Response nullResponseTest()
    • getResponseTest

      @GET @Path("/getResponseTest") public jakarta.ws.rs.core.Response getResponseTest()
    • throwableTest

      @GET @Path("/ThrowableTest") public jakarta.ws.rs.core.Response throwableTest()
    • throwableResponseTest

      @GET @Path("/ThrowableResponseTest") public jakarta.ws.rs.core.Response throwableResponseTest()
    • throwableResponseTest1

      @GET @Path("/ThrowableResponseTest1") public jakarta.ws.rs.core.Response throwableResponseTest1()
    • throwableStatusTest

      @GET @Path("/ThrowableStatusTest") public jakarta.ws.rs.core.Response throwableStatusTest()
    • throwableNullStatusTest

      @GET @Path("/ThrowableNullStatusTest") public jakarta.ws.rs.core.Response throwableNullStatusTest()
    • throwableStatusCodeTest

      @GET @Path("/ThrowableStatusCodeTest") public jakarta.ws.rs.core.Response throwableStatusCodeTest()
    • id

      public static String id(String suffix)