org.axonframework.contextsupport.spring
Class AnnotationConfigurationBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.axonframework.contextsupport.spring.AnnotationConfigurationBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class AnnotationConfigurationBeanDefinitionParser
- extends org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
- implements org.springframework.beans.factory.xml.BeanDefinitionParser
The AnnotationConfigurationBeanDefinitionParser is responsible for parsing the annotation-config element from the
Axon namespace. The parser registers BeanDefinitions for an AnnotationCommandHandlerBeanPostProcessor and an AnnotationEventListenerBeanPostProcessor,
with optional configuration for an explicit CommandBus, EventBus and Executor instance.
- Since:
- 0.7
- Author:
- Ben Z. Tels
| Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE, NAME_ATTRIBUTE |
|
Method Summary |
protected org.springframework.beans.factory.support.AbstractBeanDefinition |
parseInternal(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
| Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.beans.factory.xml.BeanDefinitionParser |
parse |
AnnotationConfigurationBeanDefinitionParser
public AnnotationConfigurationBeanDefinitionParser()
parseInternal
protected org.springframework.beans.factory.support.AbstractBeanDefinition parseInternal(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
-
- Specified by:
parseInternal in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Copyright © 2011. All Rights Reserved.