public abstract class AbstractStepParser extends Object
Step
and goes on to (optionally) list
a set of transitions from that step to others with <next on="pattern"
to="stepName"/>. Used by the JobParser
.JobParser
Constructor and Description |
---|
AbstractStepParser() |
protected static final String ID_ATTR
protected org.springframework.beans.factory.support.AbstractBeanDefinition parseStep(Element stepElement, org.springframework.beans.factory.xml.ParserContext parserContext, String jobFactoryRef)
stepElement
- The <step/> elementparserContext
- jobFactoryRef
- the reference to the JobParserJobFactoryBean
from the enclosing tag. Use 'null' if unknown.Copyright © 2013 SpringSource. All rights reserved.