org.springframework.batch.core.configuration.xml
Class StepListenerParser

java.lang.Object
  extended by org.springframework.batch.core.configuration.xml.AbstractListenerParser
      extended by 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

Constructor Summary
StepListenerParser()
           
StepListenerParser(ListenerMetaData[] listenerMetaData)
           
 
Method Summary
protected  Class<? extends AbstractListenerFactoryBean> getBeanClass()
           
protected  ListenerMetaData[] getMetaDataValues()
           
 void handleListenersElement(Element stepElement, BeanDefinition beanDefinition, ParserContext parserContext)
           
 
Methods inherited from class org.springframework.batch.core.configuration.xml.AbstractListenerParser
doParse, parse, parseListenerElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepListenerParser

public StepListenerParser()

StepListenerParser

public StepListenerParser(ListenerMetaData[] listenerMetaData)
Method Detail

getBeanClass

protected Class<? extends AbstractListenerFactoryBean> getBeanClass()
Specified by:
getBeanClass in class AbstractListenerParser

getMetaDataValues

protected ListenerMetaData[] getMetaDataValues()
Specified by:
getMetaDataValues in class AbstractListenerParser

handleListenersElement

public void handleListenersElement(Element stepElement,
                                   BeanDefinition beanDefinition,
                                   ParserContext parserContext)


Copyright © 2013 SpringSource. All Rights Reserved.