public class ReflectionInvokationHandler extends Object implements InvocationHandler
Modifier and Type | Class and Description |
---|---|
static interface |
ReflectionInvokationHandler.Optional |
static interface |
ReflectionInvokationHandler.UnwrapParam |
static interface |
ReflectionInvokationHandler.WrapReturn |
Constructor and Description |
---|
ReflectionInvokationHandler(Object obj) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
createProxyWrapper(Object target,
Class<T> inf) |
Object |
getTarget() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public ReflectionInvokationHandler(Object obj)
Apache CXF