Uses of Class
org.apache.cxf.jaxrs.client.JaxrsClientCallback
-
Packages that use JaxrsClientCallback Package Description org.apache.cxf.jaxrs.client -
-
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, org.apache.cxf.message.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, org.apache.cxf.message.Message outMessage, JaxrsClientCallback<?> cb)protected abstract voidAbstractClient.AbstractClientAsyncResponseInterceptor. doHandleAsyncResponse(org.apache.cxf.message.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)
-