org.apache.cxf.common.util
Class ReflectionInvokationHandler
java.lang.Object
org.apache.cxf.common.util.ReflectionInvokationHandler
- All Implemented Interfaces:
- InvocationHandler
public class ReflectionInvokationHandler
- extends Object
- implements InvocationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionInvokationHandler
public ReflectionInvokationHandler(Object obj)
getTarget
public Object getTarget()
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
-
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
createProxyWrapper
public static <T> T createProxyWrapper(Object target,
Class<T> inf)
Apache CXF