Package 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 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceReflectionInvokationHandler.Optionalstatic interfaceReflectionInvokationHandler.UnwrapParamstatic interfaceReflectionInvokationHandler.WrapReturn
 - 
Constructor SummaryConstructors Constructor Description ReflectionInvokationHandler(Object obj)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> TcreateProxyWrapper(Object target, Class<T> inf)ObjectgetTarget()Objectinvoke(Object proxy, Method method, Object[] args)
 
- 
- 
- 
Constructor Detail- 
ReflectionInvokationHandlerpublic ReflectionInvokationHandler(Object obj) 
 
- 
 
-