Package | Description |
---|---|
org.apache.cxf.jaxrs.client | |
org.apache.cxf.microprofile.client | |
org.apache.cxf.microprofile.client.proxy |
Modifier and Type | Method and Description |
---|---|
protected JaxrsClientCallback<?> |
ClientProxyImpl.newJaxrsClientCallback(javax.ws.rs.client.InvocationCallback<Object> asyncCallback,
Message outMessage,
Class<?> responseClass,
Type outGenericType) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractClient.AbstractClientAsyncResponseInterceptor.closeAsyncResponseIfPossible(javax.ws.rs.core.Response r,
Message outMessage,
JaxrsClientCallback<?> cb) |
protected abstract void |
AbstractClient.AbstractClientAsyncResponseInterceptor.doHandleAsyncResponse(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) |
Modifier and Type | Class and Description |
---|---|
class |
MPRestClientCallback<T> |
Modifier and Type | Method and Description |
---|---|
protected JaxrsClientCallback<?> |
MicroProfileClientProxyImpl.newJaxrsClientCallback(javax.ws.rs.client.InvocationCallback<Object> asyncCallback,
Message outMessage,
Class<?> responseClass,
Type outGenericType) |
Apache CXF