org.springframework.integration.config.xml
Class GatewayParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.springframework.integration.config.xml.GatewayParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class GatewayParser
- extends org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Parser for the <gateway/> element.
- Author:
- Mark Fisher, Oleg Zhurakousky
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE, NAME_ATTRIBUTE |
Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser |
doParse, extractPropertyName, isEligibleAttribute, isEligibleAttribute |
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser |
doParse, getBeanClass, getParentName, parseInternal |
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GatewayParser
public GatewayParser()
getBeanClassName
protected java.lang.String getBeanClassName(org.w3c.dom.Element element)
- Overrides:
getBeanClassName
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
shouldGenerateIdAsFallback
protected boolean shouldGenerateIdAsFallback()
- Overrides:
shouldGenerateIdAsFallback
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
isEligibleAttribute
protected boolean isEligibleAttribute(java.lang.String attributeName)
- Overrides:
isEligibleAttribute
in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
postProcess
protected void postProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
- Overrides:
postProcess
in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser