Constructor and Description |
---|
CallbackResource() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorValue() |
String |
getSecondErrorValue() |
String |
registerClass(String stage) |
String |
registerClasses(String stage) |
String |
registerClassesThrowsNpe1(String stage) |
String |
registerClassesThrowsNpe2(String stage) |
String |
registerClassThrowsNpe(String stage) |
String |
registerObject(String stage) |
String |
registerObjectObject(String stage) |
String |
registerObjectsThrowsNpe1(String stage) |
String |
registerObjectsThrowsNpe2(String stage) |
String |
registerObjectThrowsNpe(String stage) |
void |
resetErrorValue() |
String |
throwExceptionOnAsyncResponse(String stage) |
addResponse, cancel, cancelDate, cancelretry, clear, createErrorResponseBuilder, isCanceled, isDone, isSuspended, resume, resume, resumeWithCheckedException, resumeWithRuntimeException, setTimeOut, setTimeoutHandler, suspend, takeAsyncResponse, takeAsyncResponse
@GET @Path(value="register") public String registerObject(@QueryParam(value="stage") String stage)
@GET @Path(value="registerclass") public String registerClass(@QueryParam(value="stage") String stage)
@GET @Path(value="registerobjects") public String registerObjectObject(@QueryParam(value="stage") String stage)
@GET @Path(value="registerclasses") public String registerClasses(@QueryParam(value="stage") String stage)
@GET @Path(value="registerthrows") public String registerObjectThrowsNpe(@QueryParam(value="stage") String stage)
@GET @Path(value="registerclassthrows") public String registerClassThrowsNpe(@QueryParam(value="stage") String stage)
@GET @Path(value="registerobjectsthrows1") public String registerObjectsThrowsNpe1(@QueryParam(value="stage") String stage)
@GET @Path(value="registerobjectsthrows2") public String registerObjectsThrowsNpe2(@QueryParam(value="stage") String stage)
@GET @Path(value="registerclassesthrows1") public String registerClassesThrowsNpe1(@QueryParam(value="stage") String stage)
@GET @Path(value="registerclassesthrows2") public String registerClassesThrowsNpe2(@QueryParam(value="stage") String stage)
@GET @Path(value="exception") public String throwExceptionOnAsyncResponse(@QueryParam(value="stage") String stage)
Copyright © 2015. All Rights Reserved.