Superclass for AOP proxy configuration managers.
For a list of all members of this type, see AdvisedSupport Members .
System.Object
ProxyConfig
AdvisedSupport
ProxyFactory
ProxyFactoryObject
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Instances of this class are not themselves AOP proxies, but subclasses of this class are normally factories from which AOP proxy instances are obtained directly.
This class frees subclasses of the housekeeping of IInterceptor and IAdvisor instances, but doesn't actually implement proxy creation methods, the functionality for which is provided by subclasses.
Namespace: Spring.Aop.Framework
Assembly: Spring.Aop (in Spring.Aop.dll)
AdvisedSupport Members | Spring.Aop.Framework Namespace | IAopProxy