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, handleResponse
get, get, getResponseContext, isCancelled, isDone, start
public Future<T> createFuture()
createFuture
in class JaxrsClientCallback<T>
Apache CXF