类 InlineFlowParser

  • 所有已实现的接口:
    org.springframework.beans.factory.xml.BeanDefinitionParser

    public class InlineFlowParser
    extends AbstractFlowParser
    作者:
    Dave Syer, Michael Minella
    • 构造器详细资料

      • InlineFlowParser

        public InlineFlowParser​(java.lang.String flowName,
                                java.lang.String jobFactoryRef)
        Construct a InlineFlowParser with the specified name and using the provided job repository ref.
        参数:
        flowName - the name of the flow
        jobFactoryRef - the reference to the JobParserJobFactoryBean from the enclosing tag
    • 方法详细资料

      • shouldGenerateId

        protected boolean shouldGenerateId()
        覆盖:
        shouldGenerateId 在类中 org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      • doParse

        protected void doParse​(org.w3c.dom.Element element,
                               org.springframework.beans.factory.xml.ParserContext parserContext,
                               org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
        覆盖:
        doParse 在类中 AbstractFlowParser
        参数:
        element - the top level element containing a flow definition
        parserContext - the ParserContext