Response |
Response.build() |
static Response |
Response.consumerFailResp(Throwable e) |
static Response |
Response.create(int statusCode,
String reasonPhrase,
Object result) |
static Response |
Response.create(javax.ws.rs.core.Response.StatusType status,
Object result) |
static Response |
Response.createConsumerFail(Throwable throwable) |
static Response |
Response.createFail(InvocationException exception) |
static Response |
Response.createFail(InvocationType invocationType,
String errorMsg) |
static Response |
Response.createFail(InvocationType invocationType,
Throwable throwable) |
static Response |
Response.createProducerFail(Throwable throwable) |
static Response |
Response.createSuccess(Object result) |
static Response |
Response.createSuccess(javax.ws.rs.core.Response.StatusType status,
Object result) |
Response |
Response.entity(Object result) |
static Response |
Response.failResp(InvocationException e) |
static Response |
Response.failResp(InvocationType invocationType,
Throwable e) |
static Response |
Response.ok(Object result) |
static Response |
Response.producerFailResp(Throwable e) |
static Response |
Response.providerFailResp(Throwable e) |
static Response |
Response.status(javax.ws.rs.core.Response.StatusType status) |
static Response |
Response.success(Object result,
javax.ws.rs.core.Response.StatusType status) |
static Response |
Response.succResp(Object result) |