public class PostRegistrationActionsPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
BeanPostProcessor which invokes MuleRegistryHelper.postObjectRegistrationActions(Object)
after spring finishes initialization over each object, only as long as the
applicationContext is already running| Constructor and Description |
|---|
PostRegistrationActionsPostProcessor(org.springframework.context.ConfigurableApplicationContext applicationContext,
MuleRegistryHelper registryHelper) |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public PostRegistrationActionsPostProcessor(org.springframework.context.ConfigurableApplicationContext applicationContext,
MuleRegistryHelper registryHelper)
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.