AutoProxyCreator that identifies objects to proxy via a list of names.
For a list of all members of this type, see ObjectNameAutoProxyCreator Members .
System.Object
ProxyConfig
AbstractAutoProxyCreator
AbstractFilteringAutoProxyCreator
ObjectNameAutoProxyCreator
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Auto proxy creator that identifies objects to proxy via a list of names. Checks for direct, "xxx*", "*xxx" and "*xxx*" matches.
In case of a IFactoryObject, only the objects created by the FactoryBean will get proxied. If you intend to proxy a IFactoryObject instance itself specify the object name of the IFactoryObject including the factory-object prefix "&" e.g. "&MyFactoryObject".
Namespace: Spring.Aop.Framework.AutoProxy
Assembly: Spring.Aop (in Spring.Aop.dll)
ObjectNameAutoProxyCreator Members | Spring.Aop.Framework.AutoProxy Namespace | IsMatch