|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.configuration.xml.SplitParser
public class SplitParser
Internal parser for the <split/> elements inside a job. A split element
references a bean definition for a
JobExecutionDecider and goes
on to list a set of transitions to other states with <next on="pattern"
to="stepName"/>. Used by the JobParser.
JobParser| Constructor Summary | |
|---|---|
SplitParser(java.lang.String jobFactoryRef)
Construct a FlowParser using the provided job repository ref. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplitParser(java.lang.String jobFactoryRef)
FlowParser using the provided job repository ref.
jobFactoryRef - the reference to the JobParserJobFactoryBean
from the enclosing tag| Method Detail |
|---|
public 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 factory
StateTransition
instances objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||