public class InlineStepParser extends AbstractStepParser
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.JobParserID_ATTR| Constructor and Description |
|---|
InlineStepParser() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<org.springframework.beans.factory.config.BeanDefinition> |
parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
java.lang.String jobFactoryRef)
Parse the step and turn it into a list of transitions.
|
parseSteppublic java.util.Collection<org.springframework.beans.factory.config.BeanDefinition> parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
java.lang.String jobFactoryRef)
element - the <step/gt; element to parseparserContext - the parser context for the bean factoryjobFactoryRef - the reference to the JobParserJobFactoryBean
from the enclosing tagStateTransition
instances objects