java.lang.Object
ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.Resource
@Path("resource")
public class Resource
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Resource
public Resource()
-
Method Details
-
noresponse
@GET
@Path("noresponse")
public String noresponse()
-
responseOk
@GET
@Path("responseok")
public String responseOk()
-
responseStatusOk
@GET
@Path("responsestatusok")
public String responseStatusOk()
-
responseEntity
@GET
@Path("responseentity")
public String responseEntity()
-
responseStatusIntOk
@GET
@Path("responsestatusintok")
public String responseStatusIntOk()
-
responseThrowable
@GET
@Path("responsethrowable")
public String responseThrowable()
-
responseThrowableOk
@GET
@Path("responsethrowableok")
public String responseThrowableOk()
-
responseThrowableStatusOk
@GET
@Path("responsestatusthrowableok")
public String responseThrowableStatusOk()
-
responseThrowableStatusIntOk
@GET
@Path("responsestatusthrowableintok")
public String responseThrowableStatusIntOk()
-
throwIOExecption
@GET
@Path("uncheckedexception")
public String throwIOExecption()