Class JobExecutionListenerParser

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

public class JobExecutionListenerParser extends AbstractListenerParser
Parser for a step listener element. Builds a JobListenerFactoryBean by using attributes from the configuration.
Since:
2.0
Author:
Dan Garrette
See Also: