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
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
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, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
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
-