org.axonframework.contextsupport.spring
Class UpcasterChainBeanDefinitionParser

java.lang.Object
  extended by org.axonframework.contextsupport.spring.UpcasterChainBeanDefinitionParser

public class UpcasterChainBeanDefinitionParser
extends Object

BeanDefinitionParser that parses UpcasterChain elements.

Since:
2.0
Author:
Allard Buijze

Constructor Summary
UpcasterChainBeanDefinitionParser()
           
 
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.
 org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, Object defaultSerializer)
          Parses the given element, using the given defaultSerializer if none is explicitly configured.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpcasterChainBeanDefinitionParser

public UpcasterChainBeanDefinitionParser()
Method Detail

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 UpcasterChain
parserContext - The parserContext from the application context
Returns:
The BeanDefinition representing the UpcasterChainBean

parse

public org.springframework.beans.factory.config.BeanDefinition parse(Element element,
                                                                     org.springframework.beans.factory.xml.ParserContext parserContext,
                                                                     Object defaultSerializer)
Parses the given element, using the given defaultSerializer if none is explicitly configured.

Parameters:
element - The element in the application context representing the UpcasterChain
parserContext - The parserContext from the application context
defaultSerializer - The serializer (definition) to use when none is explicitly configured
Returns:
The BeanDefinition representing the UpcasterChainBean


Copyright © 2010-2016. All Rights Reserved.