Creates a new instance of the ProxyFactory class.
Creates a new instance of the ProxyFactory class.
public ProxyFactory()
Creates a new instance of the ProxyFactory class that proxys all of the interfaces exposed by the supplied target.
public ProxyFactory(object)
Creates a new instance of the ProxyFactory class for the given interface and interceptor.
public ProxyFactory(Type,IInterceptor)
Create a new instance of the ProxyFactory class for the specified ITargetSource making the proxy implement the specified interface.
public ProxyFactory(Type,ITargetSource)
Creates a new instance of the ProxyFactory class that has no target object, only interfaces.
public ProxyFactory(Type[])
ProxyFactory Class | Spring.Aop.Framework Namespace