Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

IntroductionMethodInterceptor spring AOP

I was reading folowing lines and I did not understand clearly.

This method is critical to how introduction works. implementsInterface returns
true if the IntroductionMethodInterceptor is responsible for implementing the
given interface. This means that any invocation of a method that is declared by
this interface will be delegated to the invoke() method of the Introduction-
MethodInterceptor. The invoke() method is now responsible for implementing
this method—it cannot call MethodInvocation.proceed(). It is introducing the
new interface; proceeding to the target object doesn’t make sense.


Any ideas, resources,sample code,links, highly appreciated. thanks in advance.
Avatar of Mick Barry
Mick Barry
Flag of Australia image

introductions add new methods and attributes to an advised class
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial