org.springframework.yarn.batch.config
Class BatchMasterParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.yarn.batch.config.BatchMasterParser
All Implemented Interfaces:
BeanDefinitionParser

public class BatchMasterParser
extends AbstractBeanDefinitionParser

Simple namespace parser for batch:master.

Author:
Janne Valkealahti

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
BatchMasterParser()
           
 
Method Summary
protected  AbstractBeanDefinition parseInternal(Element element, ParserContext parserContext)
           
protected  String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext)
           
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchMasterParser

public BatchMasterParser()
Method Detail

parseInternal

protected AbstractBeanDefinition parseInternal(Element element,
                                               ParserContext parserContext)
Specified by:
parseInternal in class AbstractBeanDefinitionParser

resolveId

protected String resolveId(Element element,
                           AbstractBeanDefinition definition,
                           ParserContext parserContext)
                    throws BeanDefinitionStoreException
Overrides:
resolveId in class AbstractBeanDefinitionParser
Throws:
BeanDefinitionStoreException