org.springframework.yarn.integration.config
Class IntegrationConverterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.yarn.integration.config.IntegrationConverterParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class IntegrationConverterParser
- extends AbstractBeanDefinitionParser
Simple namespace parser for <yarn-int:converter>.
- Author:
- Oleg Zhurakousky, Mark Fisher, Janne Valkealahti
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegrationConverterParser
public IntegrationConverterParser()
parseInternal
protected AbstractBeanDefinition parseInternal(Element element,
ParserContext parserContext)
- Specified by:
parseInternal in class AbstractBeanDefinitionParser