org.axonframework.contextsupport.spring
Class UpcasterChainBeanDefinitionParser
java.lang.Object
org.axonframework.contextsupport.spring.UpcasterChainBeanDefinitionParser
public class UpcasterChainBeanDefinitionParser
- extends Object
BeanDefinitionParser that parses UpcasterChain elements.
- Since:
- 2.0
- Author:
- Allard Buijze
|
Method Summary |
org.springframework.beans.factory.config.BeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Parses the given element representing an UpcasterChain definition and returns the corresponding BeanDefinition. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpcasterChainBeanDefinitionParser
public UpcasterChainBeanDefinitionParser()
parse
public org.springframework.beans.factory.config.BeanDefinition parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Parses the given element representing an UpcasterChain definition and returns the corresponding BeanDefinition.
- Parameters:
element - The element in the application context representing the UpcasterChainparserContext - The parserContext from the application context
- Returns:
- The BeanDefinition representing the UpcasterChainBean
Copyright © 2010-2012. All Rights Reserved.