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>
-
Field Summary
Fields inherited from class org.apache.cxf.endpoint.ClientCallback
context, delegate, started -
Constructor Summary
ConstructorsConstructorDescriptionMPRestClientCallback(jakarta.ws.rs.client.InvocationCallback<T> handler, Message outMessage, Class<?> responseClass, Type outGenericType) -
Method Summary
Methods inherited from class org.apache.cxf.jaxrs.client.JaxrsClientCallback
cancel, getHandler, getOutGenericType, getResponseClass, handleException, handleResponseMethods inherited from class org.apache.cxf.endpoint.ClientCallback
get, get, getResponseContext, isCancelled, isDone, start
-
Constructor Details
-
MPRestClientCallback
-
-
Method Details
-
createFuture
- Overrides:
createFuturein classJaxrsClientCallback<T>
-