AbstractRestStub.Request |
AbstractRestStub.Request.addExceptionalResponse(javax.ws.rs.core.Response.Status.Family family,
boolean allowPlainText,
Class<? extends IlmException> excpClass) |
Adds the designated response status and the class as expected exception.
|
AbstractRestStub.Request |
AbstractRestStub.Request.addExceptionalResponse(javax.ws.rs.core.Response.StatusType status,
boolean allowPlainText,
Class<? extends IlmException> excpClass) |
Adds the designated response status and the class as expected exception.
|
AbstractRestStub.Request |
AbstractRestStub.Request.addHeaderParam(String name,
String value) |
Add the designated key and value as header to this request.
|
AbstractRestStub.Request |
AbstractRestStub.Request.addQueryParam(String name,
String value) |
Add the designated key and value as query parameter to (the URL of) this request.
|
AbstractRestStub.Request |
AbstractRestStub.delete(String path) |
Gets a #DELETE request for the designated path (operation) at the callback.
|
AbstractRestStub.Request |
AbstractRestStub.get(String path) |
Gets a #GET request for the designated path (operation) at the callback.
|
AbstractRestStub.Request |
AbstractRestStub.post(String path) |
Gets a #POST request for the designated path (operation) at the callback.
|
AbstractRestStub.Request |
AbstractRestStub.put(String path) |
Gets a #PUT request for the designated path (operation) at the callback.
|
AbstractRestStub.Request |
AbstractRestStub.Request.setBody(String value) |
Sets the body of this request to the designated string.
|