org.mule.config.spring
Class GlobalNamePostProcessor

java.lang.Object
  extended by org.mule.config.spring.GlobalNamePostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

public class GlobalNamePostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor

Injects the bean name to beans implementing @{link GlobalNameableObject}


Constructor Summary
GlobalNamePostProcessor()
           
 
Method Summary
 Object postProcessAfterInitialization(Object bean, String beanName)
           
 Object postProcessBeforeInitialization(Object bean, String beanName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalNamePostProcessor

public GlobalNamePostProcessor()
Method Detail

postProcessBeforeInitialization

public Object postProcessBeforeInitialization(Object bean,
                                              String beanName)
                                       throws org.springframework.beans.BeansException
Specified by:
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
Throws:
org.springframework.beans.BeansException

postProcessAfterInitialization

public Object postProcessAfterInitialization(Object bean,
                                             String beanName)
                                      throws org.springframework.beans.BeansException
Specified by:
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
Throws:
org.springframework.beans.BeansException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.