public class SimpleInvocationHandler extends Object implements InvocationHandler
protected Object
target
SimpleInvocationHandler()
SimpleInvocationHandler(Object target)
execute(MethodInvocation methodInvocation)
Object
invoke(Object proxy, Method method, Object[] args)
void
setTarget(Object target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Object target
public SimpleInvocationHandler()
public SimpleInvocationHandler(Object target)
public void setTarget(Object target)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
protected Object execute(MethodInvocation methodInvocation) throws Throwable
Copyright © 2020. All rights reserved.