|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.configuration.xml.DecisionParser
public class DecisionParser
Internal parser for the <decision/> elements inside a job. A decision
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 | |
|---|---|
DecisionParser()
|
|
| 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 decision 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 DecisionParser()
| 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 <decision/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 | |||||||||