Uses of Class
org.apache.cxf.jaxrs.client.JaxrsClientCallback
Packages that use JaxrsClientCallback
Package
Description
-
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, 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, Message outMessage, JaxrsClientCallback<?> cb) protected abstract voidAbstractClient.AbstractClientAsyncResponseInterceptor.doHandleAsyncResponse(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) -
Uses of JaxrsClientCallback in org.apache.cxf.microprofile.client
Subclasses of JaxrsClientCallback in org.apache.cxf.microprofile.client -
Uses of JaxrsClientCallback in org.apache.cxf.microprofile.client.proxy
Methods in org.apache.cxf.microprofile.client.proxy that return JaxrsClientCallbackModifier and TypeMethodDescriptionprotected JaxrsClientCallback<?>MicroProfileClientProxyImpl.newJaxrsClientCallback(jakarta.ws.rs.client.InvocationCallback<Object> asyncCallback, Message outMessage, Class<?> responseClass, Type outGenericType)