public class MPRestClientCallback<T> extends JaxrsClientCallback<T>
context, delegate, started| Constructor and Description |
|---|
MPRestClientCallback(javax.ws.rs.client.InvocationCallback<T> handler,
Message outMessage,
Class<?> responseClass,
Type outGenericType) |
| Modifier and Type | Method and Description |
|---|---|
Future<T> |
createFuture() |
cancel, getHandler, getOutGenericType, getResponseClass, handleException, handleResponseget, get, getResponseContext, isCancelled, isDone, startpublic Future<T> createFuture()
createFuture in class JaxrsClientCallback<T>Apache CXF