java.lang.Object
ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.ErrorResource
@Path("error")
public class ErrorResource
extends Object
-
Constructor Summary
Constructors
-
Method Summary
jakarta.ws.rs.core.Response
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ErrorResource
public ErrorResource()
-
Method Details
-
test
@GET
@Produces("text/*")
public String test()
-
response
@POST
@Produces("text/*")
public jakarta.ws.rs.core.Response response(String msg)