org.as2lib.core.BasicClass
+--org.as2lib.aop.advice.AbstractAdvice
+--org.as2lib.aop.advice.AbstractAroundAdvice
+--org.as2lib.aop.advice.DynamicAroundAdviceAroundAdvice
DynamicAroundAdvice executes a callback at the weave-in point.
captures(), getAspect(), getPointcut(), getProxy()
public function execute(joinPoint:JoinPoint, args:Array)
Executes the callback passing the passed joinPoint and args.
joinPoint | the join point this advice was woven into |
args | the arguments passed to the join point |
the result of the execution of the callback