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