public class AbstractDecoratorMethodHandler extends Object implements MethodHandler, Serializable
AbstractDecoratorMethodHandler()
Object
invoke(Object self, Method thisMethod, Method proceed, Object[] args)
invoke(Object proxy, Method method, Object[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractDecoratorMethodHandler()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
public Object invoke(Object self, Method thisMethod, Method proceed, Object[] args) throws Throwable
javassist.util.proxy.MethodHandler
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.