Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » config » [javadoc | source]
org.springframework.aop.config
public class: MethodLocatingFactoryBean [javadoc | source]
java.lang.Object
   org.springframework.aop.config.MethodLocatingFactoryBean

All Implemented Interfaces:
    BeanFactoryAware, FactoryBean

FactoryBean implementation that locates a Method on a specified bean.
Method from org.springframework.aop.config.MethodLocatingFactoryBean Summary:
getObject,   getObjectType,   isSingleton,   setBeanFactory,   setMethodName,   setTargetBeanName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.config.MethodLocatingFactoryBean Detail:
 public Object getObject() throws Exception 
 public Class getObjectType() 
 public boolean isSingleton() 
 public  void setBeanFactory(BeanFactory beanFactory) 
 public  void setMethodName(String methodName) 
    Set the name of the Method to locate.

    This property is required.

 public  void setTargetBeanName(String targetBeanName) 
    Set the name of the bean to locate the Method on.

    This property is required.