Gets and set the factory to be used to create AOP proxies.
This obviously allows one to customise the IAopProxyFactory implementation, allowing different strategies to be dropped in without changing the core framework. For example, an IAopProxyFactory implementation could return an IAopProxy using remoting proxies, Reflection.Emit or a code generation strategy.
ProxyConfig Class | Spring.Aop.Framework Namespace