org.springframework.batch.core.configuration.xml
Class StepListenerParser
java.lang.Object
org.springframework.batch.core.configuration.xml.AbstractListenerParser
org.springframework.batch.core.configuration.xml.StepListenerParser
public class StepListenerParser
- extends AbstractListenerParser
Parser for a step listener element. Builds a StepListenerFactoryBean
using attributes from the configuration.
- Since:
- 2.0
- Author:
- Dan Garrette
- See Also:
AbstractListenerParser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepListenerParser
public StepListenerParser()
StepListenerParser
public StepListenerParser(ListenerMetaData[] listenerMetaData)
getBeanClass
protected java.lang.Class<? extends AbstractListenerFactoryBean> getBeanClass()
- Specified by:
getBeanClass in class AbstractListenerParser
getMetaDataValues
protected ListenerMetaData[] getMetaDataValues()
- Specified by:
getMetaDataValues in class AbstractListenerParser
handleListenersElement
public void handleListenersElement(org.w3c.dom.Element stepElement,
org.springframework.beans.factory.config.BeanDefinition beanDefinition,
org.springframework.beans.factory.xml.ParserContext parserContext)
Copyright © 2011. All Rights Reserved.