public class DefaultResponseHandler<T> extends Object implements ResponseHandler<T>
| Constructor and Description |
|---|
DefaultResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
T |
handleResponse(javax.ws.rs.core.Response response,
Type responseType) |
public T handleResponse(javax.ws.rs.core.Response response, Type responseType)
handleResponse in interface ResponseHandler<T>Copyright © 2018. All rights reserved.