org.jboss.weld.bean.proxy
Class AbstractDecoratorMethodHandler

java.lang.Object
  extended by org.jboss.weld.bean.proxy.AbstractDecoratorMethodHandler
All Implemented Interfaces:
javassist.util.proxy.MethodHandler

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

MethodHandler for Abstract decorators.

Author:
Marius Bogoevici

Constructor Summary
AbstractDecoratorMethodHandler(WeldClass<?> delegateClass, javax.enterprise.inject.spi.InjectionPoint injectionPoint, Object injectedDelegate)
           
 
Method Summary
 Object invoke(Object self, Method thisMethod, Method proceed, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDecoratorMethodHandler

public AbstractDecoratorMethodHandler(WeldClass<?> delegateClass,
                                      javax.enterprise.inject.spi.InjectionPoint injectionPoint,
                                      Object injectedDelegate)
Method Detail

invoke

public Object invoke(Object self,
                     Method thisMethod,
                     Method proceed,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface javassist.util.proxy.MethodHandler
Throws:
Throwable


Copyright © 2013 Seam Framework. All Rights Reserved.