public class SplitParser
extends java.lang.Object
TaskExecutor and goes
on to list a set of transitions to other states with <next on="pattern"
to="stepName"/>. Used by the JobParser.JobParser| Constructor and Description |
|---|
SplitParser(java.lang.String jobFactoryRef)
Construct a
InlineFlowParser using the provided job repository
ref. |
| 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)
Parse the split and turn it into a list of transitions.
|
public SplitParser(java.lang.String jobFactoryRef)
InlineFlowParser using the provided job repository
ref.jobFactoryRef - the reference to the JobParserJobFactoryBean
from the enclosing tagpublic java.util.Collection<org.springframework.beans.factory.config.BeanDefinition> parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
element - the <split/gt; element to parseparserContext - the parser context for the bean factoryStateTransition
instances objects