Return whether the given object is to be proxied, what additional advices (e.g. AOP Alliance interceptors) and advisors to apply.
an array of additional interceptors for the particular object; or an empty array if no additional interceptors but just the common ones; or null if no proxy at all, not even with the common interceptors.
The previous targetName of this method was "GetInterceptorAndAdvisorForObject". It has been renamed in the course of general terminology clarification in Spring 1.1. An AOP Alliance Interceptor is just a special form of Advice, so the generic Advice term is preferred now.
The third parameter, customTargetSource, is new in Spring 1.1; add it to existing implementations of this method.
AbstractAdvisorAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace