org.springframework.batch.core.configuration.xml
Class FlowElementParser
java.lang.Object
org.springframework.batch.core.configuration.xml.FlowElementParser
public class FlowElementParser
- extends Object
Internal parser for the <flow/> elements inside a job..
- Author:
- Dave Syer
- See Also:
JobParser
|
Method Summary |
Collection<org.springframework.beans.factory.config.BeanDefinition> |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Parse the flow 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 |
FlowElementParser
public FlowElementParser()
parse
public Collection<org.springframework.beans.factory.config.BeanDefinition> parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Parse the flow and turn it into a list of transitions.
- Parameters:
element - the <flow/gt; element to parseparserContext - the parser context for the bean factory
- Returns:
- a collection of bean definitions for
StateTransition
instances objects
Copyright © 2012. All Rights Reserved.