org.apache.webbeans.decorator
Class AbstractDecoratorMethodHandler

java.lang.Object
  extended by org.apache.webbeans.decorator.AbstractDecoratorMethodHandler
All Implemented Interfaces:
Serializable, javassist.util.proxy.MethodHandler

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

See Also:
Serialized Form

Constructor Summary
AbstractDecoratorMethodHandler()
           
 
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()
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 © 2008-2011 The Apache Software Foundation. All Rights Reserved.