public interface CDIInterceptorWrapper
Modifier and Type | Interface and Description |
---|---|
static class |
CDIInterceptorWrapper.BasicCDIInterceptorWrapper |
Modifier and Type | Method and Description |
---|---|
static CDIInterceptorWrapper |
createWrapper(Class<?> restClient) |
Object |
invoke(Object restClient,
Method m,
Object[] params,
Callable<Object> callable) |
Apache CXF