Uses of Class
org.apache.cxf.jaxrs.client.JaxrsClientCallback
Packages that use JaxrsClientCallback
-
Uses of JaxrsClientCallback in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return JaxrsClientCallbackModifier and TypeMethodDescriptionprotected JaxrsClientCallback<?>ClientProxyImpl.newJaxrsClientCallback(jakarta.ws.rs.client.InvocationCallback<Object> asyncCallback, org.apache.cxf.message.Message outMessage, Class<?> responseClass, Type outGenericType) Methods in org.apache.cxf.jaxrs.client with parameters of type JaxrsClientCallbackModifier and TypeMethodDescriptionprotected voidAbstractClient.AbstractClientAsyncResponseInterceptor.closeAsyncResponseIfPossible(jakarta.ws.rs.core.Response r, org.apache.cxf.message.Message outMessage, JaxrsClientCallback<?> cb) protected abstract voidAbstractClient.AbstractClientAsyncResponseInterceptor.doHandleAsyncResponse(org.apache.cxf.message.Message message, jakarta.ws.rs.core.Response r, JaxrsClientCallback<?> cb) protected voidWebClient.prepareAsyncClient(String httpMethod, Object body, Class<?> requestClass, Type inType, Class<?> respClass, Type outType, JaxrsClientCallback<?> cb)