org.apache.webbeans.decorator
Class AbstractDecoratorMethodHandler

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

public class AbstractDecoratorMethodHandler
extends Object
implements MethodHandler, Serializable

See Also:
Serialized Form

Constructor Summary
AbstractDecoratorMethodHandler()
           
 
Method Summary
 Object invoke(Object self, Method thisMethod, Method proceed, Object[] args)
           
 Object invoke(Object proxy, Method method, 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 proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

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-2012 The Apache Software Foundation. All Rights Reserved.