org.springframework.aop.framework.autoproxy.target
Class AbstractPrototypeTargetSourceCreator
- Direct Known Subclasses:
- AttributesPrototypeTargetSourceCreator, AttributesThreadLocalTargetSourceCreator, AbstractPoolingTargetSourceCreator, QuickTargetSourceCreator
- public abstract class AbstractPrototypeTargetSourceCreator
- implements TargetSourceCreator
Convenient superclass for TargetSourceCreators that require creating multiple
instances of a prototype bean.
- Author:
- Rod Johnson
- Version: $Id: AbstractPrototypeTargetSourceCreator.java,v 1.2 2003/12/30 01:07:11 jhoeller Exp $
getTargetSource
public final TargetSource getTargetSource(Object bean, String beanName, BeanFactory factory)