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:
  • Constructor Details

    • FlowElementParser

      public FlowElementParser()
  • Method Details

    • 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 parse.
      parserContext - The parser context for the bean factory.
      Returns:
      a collection of bean definitions for StateTransition instances objects.