org.jboss.seam.solder.unwraps
Class UnwrapsInvocationHandler
java.lang.Object
org.jboss.seam.solder.unwraps.UnwrapsInvocationHandler
- All Implemented Interfaces:
- javassist.util.proxy.MethodHandler
public class UnwrapsInvocationHandler
- extends Object
- implements javassist.util.proxy.MethodHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnwrapsInvocationHandler
public UnwrapsInvocationHandler(BeanManager manager,
AnnotatedMethod<?> method,
Bean<?> bean,
InjectionPoint injectionPoint,
Set<Annotation> declaringBeanQualifiers)
invoke
public Object invoke(Object proxy,
Method thisMethod,
Method m,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface javassist.util.proxy.MethodHandler
- Throws:
Throwable
Copyright © 2011 Seam Framework. All Rights Reserved.