public class RemotingAnnotationPostProcessor extends Object implements BeanFactoryPostProcessor
BeanFactoryPostProcessor implementation that searches the BeanFactory for beans annotated with
RemotingDestination and adds a corresponding RemotingDestinationExporter bean definition according to
the attributes of the RemotingDestination annotation and any methods found to be marked with either the
RemotingInclude or RemotingExclude annotation.
This processor will be enabled automatically when using the message-broker tag of the xml config namespace.
| Constructor and Description |
|---|
RemotingAnnotationPostProcessor() |
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException
postProcessBeanFactory in interface BeanFactoryPostProcessorBeansExceptionCopyright © 2014. All rights reserved.