|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.batch.core.configuration.xml.AbstractFlowParser
org.springframework.batch.core.configuration.xml.InlineFlowParser
public class InlineFlowParser
| Field Summary |
|---|
| Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
|---|
ID_ATTRIBUTE |
| Constructor Summary | |
|---|---|
InlineFlowParser(java.lang.String flowName,
java.lang.String jobFactoryRef)
Construct a InlineFlowParser with the specified name and using the
provided job repository ref. |
|
| Method Summary | |
|---|---|
protected void |
doParse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
|
| Methods inherited from class org.springframework.batch.core.configuration.xml.AbstractFlowParser |
|---|
getBeanClass, getNextElements, getNextElements, getStateTransitionReference, setJobFactoryRef |
| Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser |
|---|
doParse, getBeanClassName, getParentName, parseInternal |
| Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
|---|
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InlineFlowParser(java.lang.String flowName,
java.lang.String jobFactoryRef)
InlineFlowParser with the specified name and using the
provided job repository ref.
flowName - the name of the flowjobFactoryRef - the reference to the JobParserJobFactoryBean
from the enclosing tag| Method Detail |
|---|
protected void doParse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse in class AbstractFlowParserelement - the top level element containing a flow definitionparserContext - the ParserContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||