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

java.lang.Object
  extended by org.springframework.batch.core.configuration.xml.AbstractListenerParser
      extended by org.springframework.batch.core.configuration.xml.JobExecutionListenerParser

public class JobExecutionListenerParser
extends AbstractListenerParser

Parser for a step listener element. Builds a JobListenerFactoryBean using attributes from the configuration.

Since:
2.0
Author:
Dan Garrette
See Also:
AbstractListenerParser

Constructor Summary
JobExecutionListenerParser()
           
 
Method Summary
protected  Class<? extends AbstractListenerFactoryBean> getBeanClass()
           
protected  ListenerMetaData[] getMetaDataValues()
           
 
Methods inherited from class org.springframework.batch.core.configuration.xml.AbstractListenerParser
doParse, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobExecutionListenerParser

public JobExecutionListenerParser()
Method Detail

getBeanClass

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

getMetaDataValues

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


Copyright © 2009 SpringSource. All Rights Reserved.