Class MPRestClientCallback<T>
- java.lang.Object
-
- org.apache.cxf.endpoint.ClientCallback
-
- org.apache.cxf.jaxrs.client.JaxrsClientCallback<T>
-
- org.apache.cxf.microprofile.client.MPRestClientCallback<T>
-
public class MPRestClientCallback<T> extends JaxrsClientCallback<T>
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.endpoint.ClientCallback
context, delegate, started
-
-
Constructor Summary
Constructors Constructor Description MPRestClientCallback(javax.ws.rs.client.InvocationCallback<T> handler, Message outMessage, Class<?> responseClass, Type outGenericType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Future<T>createFuture()-
Methods inherited from class org.apache.cxf.jaxrs.client.JaxrsClientCallback
cancel, getHandler, getOutGenericType, getResponseClass, handleException, handleResponse
-
Methods inherited from class org.apache.cxf.endpoint.ClientCallback
get, get, getResponseContext, isCancelled, isDone, start
-
-
-
-
Method Detail
-
createFuture
public Future<T> createFuture()
- Overrides:
createFuturein classJaxrsClientCallback<T>
-
-