org.springframework.aop.framework.autoproxy.metadata
Class AttributesPoolingTargetSourceCreator

org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator
  |
  +--org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator
        |
        +--org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator

public class AttributesPoolingTargetSourceCreator
extends AbstractPoolingTargetSourceCreator

PoolingTargetSourceCreator driven by metadata.

Author:
Rod Johnson
Version: $Id: AttributesPoolingTargetSourceCreator.java,v 1.2 2003/12/30 01:07:11 jhoeller Exp $

Constructor Summary
AttributesPoolingTargetSourceCreator(Attributes attributes)
           

Methods inherited from class org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator
getTargetSource

Constructor Detail

AttributesPoolingTargetSourceCreator

public AttributesPoolingTargetSourceCreator(Attributes attributes)

Association Links

to Class org.springframework.metadata.Attributes