org.jboss.seam.solder.unwraps
Class UnwrapsInvocationHandler

java.lang.Object
  extended by org.jboss.seam.solder.unwraps.UnwrapsInvocationHandler
All Implemented Interfaces:
javassist.util.proxy.MethodHandler

public class UnwrapsInvocationHandler
extends Object
implements javassist.util.proxy.MethodHandler


Constructor Summary
UnwrapsInvocationHandler(BeanManager manager, AnnotatedMethod<?> method, Bean<?> bean, InjectionPoint injectionPoint, Set<Annotation> declaringBeanQualifiers)
           
 
Method Summary
 Object invoke(Object proxy, Method thisMethod, Method m, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnwrapsInvocationHandler

public UnwrapsInvocationHandler(BeanManager manager,
                                AnnotatedMethod<?> method,
                                Bean<?> bean,
                                InjectionPoint injectionPoint,
                                Set<Annotation> declaringBeanQualifiers)
Method Detail

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.