public class FlowElementParser
extends java.lang.Object
JobParser| Constructor and Description |
|---|
FlowElementParser() |
| 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 flow and turn it into a list of transitions.
|
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 <flow/gt; element to parseparserContext - the parser context for the bean factoryStateTransition
instances objects