org.jboss.weld.bean.proxy
Class AbstractDecoratorMethodHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDecoratorMethodHandler
public AbstractDecoratorMethodHandler(WeldClass<?> delegateClass,
javax.enterprise.inject.spi.InjectionPoint injectionPoint,
Object injectedDelegate)
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.