Uses of Class
org.apache.cxf.jaxrs.client.JaxrsClientCallback
-
Packages that use JaxrsClientCallback Package Description org.apache.cxf.jaxrs.client org.apache.cxf.microprofile.client org.apache.cxf.microprofile.client.proxy -
-
Uses of JaxrsClientCallback in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return JaxrsClientCallback Modifier and Type Method Description protected JaxrsClientCallback<?>ClientProxyImpl. newJaxrsClientCallback(javax.ws.rs.client.InvocationCallback<Object> asyncCallback, Message outMessage, Class<?> responseClass, Type outGenericType)Methods in org.apache.cxf.jaxrs.client with parameters of type JaxrsClientCallback Modifier and Type Method Description protected voidAbstractClient.AbstractClientAsyncResponseInterceptor. closeAsyncResponseIfPossible(javax.ws.rs.core.Response r, Message outMessage, JaxrsClientCallback<?> cb)protected abstract voidAbstractClient.AbstractClientAsyncResponseInterceptor. doHandleAsyncResponse(Message message, javax.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 Modifier and Type Class Description classMPRestClientCallback<T> -
Uses of JaxrsClientCallback in org.apache.cxf.microprofile.client.proxy
Methods in org.apache.cxf.microprofile.client.proxy that return JaxrsClientCallback Modifier and Type Method Description protected JaxrsClientCallback<?>MicroProfileClientProxyImpl. newJaxrsClientCallback(javax.ws.rs.client.InvocationCallback<Object> asyncCallback, Message outMessage, Class<?> responseClass, Type outGenericType)
-