Class StepListenerParser
java.lang.Object
org.springframework.batch.core.configuration.xml.AbstractListenerParser
org.springframework.batch.core.configuration.xml.StepListenerParser
Parser for a step listener element. Builds a
StepListenerFactoryBean using
attributes from the configuration.- Since:
- 2.0
- Author:
- Dan Garrette, Mahmoud Ben Hassine
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends AbstractListenerFactoryBean<?>>Gets the bean class.protected ListenerMetaData[]Gets the metadata values.voidhandleListenersElement(Element stepElement, org.springframework.beans.factory.config.BeanDefinition beanDefinition, org.springframework.beans.factory.xml.ParserContext parserContext) Methods inherited from class org.springframework.batch.core.configuration.xml.AbstractListenerParser
doParse, parse, parseListenerElement
-
Constructor Details
-
StepListenerParser
public StepListenerParser() -
StepListenerParser
-
-
Method Details
-
getBeanClass
Description copied from class:AbstractListenerParserGets the bean class.- Specified by:
getBeanClassin classAbstractListenerParser- Returns:
- The
Classfor the implementation ofAbstractListenerFactoryBean.
-
getMetaDataValues
Description copied from class:AbstractListenerParserGets the metadata values.- Specified by:
getMetaDataValuesin classAbstractListenerParser- Returns:
- The array of
ListenerMetaData.
-
handleListenersElement
public void handleListenersElement(Element stepElement, org.springframework.beans.factory.config.BeanDefinition beanDefinition, org.springframework.beans.factory.xml.ParserContext parserContext)
-