public class

SimpleBeanTargetSource

extends AbstractBeanFactoryBasedTargetSource
java.lang.Object
   ↳ org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
     ↳ org.springframework.aop.target.SimpleBeanTargetSource

Class Overview

Simple TargetSource implementation, freshly obtaining the specified target bean from its containing Spring BeanFactory.

Can obtain any kind of target bean: singleton, scoped, or prototype. Typically used for scoped beans.

Summary

[Expand]
Inherited Fields
From class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Public Constructors
SimpleBeanTargetSource()
Public Methods
Object getTarget()
[Expand]
Inherited Methods
From class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
From class java.lang.Object
From interface org.springframework.aop.TargetClassAware
From interface org.springframework.aop.TargetSource
From interface org.springframework.beans.factory.BeanFactoryAware

Public Constructors

public SimpleBeanTargetSource ()

Public Methods

public Object getTarget ()

Throws
Exception