| Constructor and Description |
|---|
JaxrsClientCallback(javax.ws.rs.client.InvocationCallback<T> handler,
Class<?> responseClass,
Type outGenericType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
Future<T> |
createFuture() |
javax.ws.rs.client.InvocationCallback<T> |
getHandler() |
Type |
getOutGenericType() |
Class<?> |
getResponseClass() |
void |
handleException(Map<String,Object> ctx,
Throwable ex) |
void |
handleResponse(Map<String,Object> ctx,
Object[] res) |
public javax.ws.rs.client.InvocationCallback<T> getHandler()
public Type getOutGenericType()
public Class<?> getResponseClass()
public boolean cancel(boolean mayInterruptIfRunning)
public void handleResponse(Map<String,Object> ctx, Object[] res)
handleResponse in class org.apache.cxf.endpoint.ClientCallbackApache CXF