|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.configuration.xml.AbstractStepParser
org.springframework.batch.core.configuration.xml.StandaloneStepParser
public class StandaloneStepParser
Internal parser for the <step/> elements for a job. A step element
references a bean definition for a
Step.
| Field Summary |
|---|
| Fields inherited from class org.springframework.batch.core.configuration.xml.AbstractStepParser |
|---|
ID_ATTR |
| Constructor Summary | |
|---|---|
StandaloneStepParser()
|
|
| Method Summary | |
|---|---|
org.springframework.beans.factory.support.AbstractBeanDefinition |
parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Parse the step and turn it into a list of transitions. |
| Methods inherited from class org.springframework.batch.core.configuration.xml.AbstractStepParser |
|---|
handleExceptionElement, parseStep |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandaloneStepParser()
| Method Detail |
|---|
public org.springframework.beans.factory.support.AbstractBeanDefinition parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
element - the <step/gt; element to parseparserContext - the parser context for the bean factory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||