|
From: Nick M. <nic...@gm...> - 2004-10-29 21:14:46
|
The outer AroundAdvice will "proceed" to invoke the inner advice, which will "proceed" to invoke the real object. -Nick On Fri, 29 Oct 2004 13:19:34 -0700 (PDT), Karthikeyani K <kar...@ya...> wrote: > > Hi, > This is regarding multiple around advice interceptors. The > "interceptorNames" > property of the ProxyFactoryBean takes a list of String where we can specify > the > interceptors. Each of the interceptors will be invoked in the order they > are presented. If > there are two around advice interceptors in the list, how does the > invocation.proceed method > work. Will the method be invoked twice? How does spring handle multiple > around interceptors > for a given pointcut. > > Thanks, > Karthi > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com |