| Package | Description |
|---|---|
| org.apache.cxf.jaxrs.client |
| Modifier and Type | Method and Description |
|---|---|
protected JaxrsClientCallback<?> |
ClientProxyImpl.newJaxrsClientCallback(javax.ws.rs.client.InvocationCallback<Object> asyncCallback,
Class<?> responseClass,
Type outGenericType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractClient.AbstractClientAsyncResponseInterceptor.closeAsyncResponseIfPossible(javax.ws.rs.core.Response r,
org.apache.cxf.message.Message outMessage,
JaxrsClientCallback<?> cb) |
protected abstract void |
AbstractClient.AbstractClientAsyncResponseInterceptor.doHandleAsyncResponse(org.apache.cxf.message.Message message,
javax.ws.rs.core.Response r,
JaxrsClientCallback<?> cb) |
protected void |
WebClient.prepareAsyncClient(String httpMethod,
Object body,
Class<?> requestClass,
Type inType,
Class<?> respClass,
Type outType,
JaxrsClientCallback<?> cb) |
Apache CXF