Class JobExecutionListenerParser
java.lang.Object
org.springframework.batch.core.configuration.xml.AbstractListenerParser
org.springframework.batch.core.configuration.xml.JobExecutionListenerParser
Parser for a step listener element. Builds a
JobListenerFactoryBean
by using
attributes from the configuration.- Since:
- 2.0
- Author:
- Dan Garrette
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends AbstractListenerFactoryBean<?>>
Gets the bean class.protected ListenerMetaData[]
Gets the metadata values.Methods inherited from class org.springframework.batch.core.configuration.xml.AbstractListenerParser
doParse, parse, parseListenerElement
-
Constructor Details
-
JobExecutionListenerParser
public JobExecutionListenerParser()
-
-
Method Details
-
getBeanClass
Description copied from class:AbstractListenerParser
Gets the bean class.- Specified by:
getBeanClass
in classAbstractListenerParser
- Returns:
- The
Class
for the implementation ofAbstractListenerFactoryBean
.
-
getMetaDataValues
Description copied from class:AbstractListenerParser
Gets the metadata values.- Specified by:
getMetaDataValues
in classAbstractListenerParser
- Returns:
- The array of
ListenerMetaData
.
-