public class AopInvocationHandler
extends Object
implements InvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
AopInvocationHandler(Object target,
ChainableMethodAdvice[] chainableMethodAdvices) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTarget() |
Object |
invoke(Object proxy,
Method method,
Object[] arguments) |
protected void |
reset() |
void |
setTarget(Object target) |
protected AopInvocationHandler(Object target,
ChainableMethodAdvice[] chainableMethodAdvices)