Concrete ObjectFactory-based IPointcutAdvisor thta allows for any Advice to be configured as reference to an Advice object in the ObjectFatory, as well as the Pointcut to be configured through an object property.
For a list of all members of this type, see DefaultObjectFactoryPointcutAdvisor Members .
System.Object
AbstractPointcutAdvisor
AbstractObjectFactoryPointcutAdvisor
DefaultObjectFactoryPointcutAdvisor
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Specifying the name of an advice object instead of the advice object itself (if running within a ObjectFactory/ApplicationContext) increases loose coupling at initialization time, in order to not intialize the advice object until the pointcut actually matches.
Namespace: Spring.Aop.Support
Assembly: Spring.Aop (in Spring.Aop.dll)
DefaultObjectFactoryPointcutAdvisor Members | Spring.Aop.Support Namespace