Spring Integration

org.springframework.integration.config.xml
Class ApplicationEventMulticasterParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by org.springframework.integration.config.xml.ApplicationEventMulticasterParser
All Implemented Interfaces:
BeanDefinitionParser

public class ApplicationEventMulticasterParser
extends AbstractSingleBeanDefinitionParser

Parser for the <application-event-multicaster> element of the integration namespace.

Author:
Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
ApplicationEventMulticasterParser()
           
 
Method Summary
protected  void doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)
           
protected  String getBeanClassName(Element element)
           
protected  String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext)
           
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClass, getParentName, parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationEventMulticasterParser

public ApplicationEventMulticasterParser()
Method Detail

getBeanClassName

protected String getBeanClassName(Element element)
Overrides:
getBeanClassName in class AbstractSingleBeanDefinitionParser

resolveId

protected String resolveId(Element element,
                           AbstractBeanDefinition definition,
                           ParserContext parserContext)
                    throws BeanDefinitionStoreException
Overrides:
resolveId in class AbstractBeanDefinitionParser
Throws:
BeanDefinitionStoreException

doParse

protected void doParse(Element element,
                       ParserContext parserContext,
                       BeanDefinitionBuilder builder)
Overrides:
doParse in class AbstractSingleBeanDefinitionParser

Spring Integration

Copyright © 2010. All Rights Reserved.