| Package | Description |
|---|---|
| org.apache.cxf.microprofile.client.cdi | |
| org.apache.cxf.microprofile.client.proxy |
| Modifier and Type | Class and Description |
|---|---|
static class |
CDIInterceptorWrapper.BasicCDIInterceptorWrapper |
| Modifier and Type | Method and Description |
|---|---|
static CDIInterceptorWrapper |
CDIInterceptorWrapper.createWrapper(Class<?> restClient) |
| Constructor and Description |
|---|
MicroProfileClientProxyImpl(ClientState initialState,
ClassLoader loader,
ClassResourceInfo cri,
boolean isRoot,
boolean inheritHeaders,
ExecutorService executorService,
javax.ws.rs.core.Configuration configuration,
CDIInterceptorWrapper interceptorWrapper,
TLSConfiguration tlsConfig,
Object... varValues) |
MicroProfileClientProxyImpl(URI baseURI,
ClassLoader loader,
ClassResourceInfo cri,
boolean isRoot,
boolean inheritHeaders,
ExecutorService executorService,
javax.ws.rs.core.Configuration configuration,
CDIInterceptorWrapper interceptorWrapper,
TLSConfiguration tlsConfig,
Object... varValues) |
Apache CXF