Uses of Interface
org.apache.cxf.microprofile.client.cdi.CDIInterceptorWrapper
-
Packages that use CDIInterceptorWrapper Package Description org.apache.cxf.microprofile.client.cdi org.apache.cxf.microprofile.client.proxy -
-
Uses of CDIInterceptorWrapper in org.apache.cxf.microprofile.client.cdi
Classes in org.apache.cxf.microprofile.client.cdi that implement CDIInterceptorWrapper Modifier and Type Class Description static classCDIInterceptorWrapper.BasicCDIInterceptorWrapperMethods in org.apache.cxf.microprofile.client.cdi that return CDIInterceptorWrapper Modifier and Type Method Description static CDIInterceptorWrapperCDIInterceptorWrapper. createWrapper(Class<?> restClient) -
Uses of CDIInterceptorWrapper in org.apache.cxf.microprofile.client.proxy
Constructors in org.apache.cxf.microprofile.client.proxy with parameters of type CDIInterceptorWrapper Constructor Description 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)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)
-