Package org.apache.cxf.jaxrs.client
Class JaxrsClientCallback<T>
java.lang.Object
org.apache.cxf.endpoint.ClientCallback
org.apache.cxf.jaxrs.client.JaxrsClientCallback<T>
public class JaxrsClientCallback<T>
extends org.apache.cxf.endpoint.ClientCallback
-
Field Summary
Fields inherited from class org.apache.cxf.endpoint.ClientCallback
context, delegate, started -
Constructor Summary
ConstructorsConstructorDescriptionJaxrsClientCallback(jakarta.ws.rs.client.InvocationCallback<T> handler, Class<?> responseClass, Type outGenericType) -
Method Summary
Methods inherited from class org.apache.cxf.endpoint.ClientCallback
get, get, getResponseContext, isCancelled, isDone, start
-
Constructor Details
-
JaxrsClientCallback
-
-
Method Details
-
getHandler
-
getOutGenericType
-
getResponseClass
-
cancel
public boolean cancel(boolean mayInterruptIfRunning) -
createFuture
-
handleResponse
- Overrides:
handleResponsein classorg.apache.cxf.endpoint.ClientCallback
-
handleException
- Overrides:
handleExceptionin classorg.apache.cxf.endpoint.ClientCallback
-