org.springframework.integration.config.xml
Class AbstractInboundGatewayParser
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.AbstractInboundGatewayParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
- Direct Known Subclasses:
- RmiInboundGatewayParser, TcpInboundGatewayParser, WebServiceInboundGatewayParser
public abstract class AbstractInboundGatewayParser
- extends org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Base class for inbound gateway parsers.
- Author:
- Mark Fisher, Gary Russell
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE, NAME_ATTRIBUTE |
Method Summary |
protected void |
doPostProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
Subclasses may add to the bean definition by overriding this method. |
protected boolean |
isEligibleAttribute(java.lang.String attributeName)
|
protected void |
postProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
|
protected java.lang.String |
resolveId(org.w3c.dom.Element element,
org.springframework.beans.factory.support.AbstractBeanDefinition definition,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
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, getBeanClassName, getParentName, parseInternal |
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 |
AbstractInboundGatewayParser
public AbstractInboundGatewayParser()
resolveId
protected java.lang.String resolveId(org.w3c.dom.Element element,
org.springframework.beans.factory.support.AbstractBeanDefinition definition,
org.springframework.beans.factory.xml.ParserContext parserContext)
throws org.springframework.beans.factory.BeanDefinitionStoreException
- Overrides:
resolveId
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
- Throws:
org.springframework.beans.factory.BeanDefinitionStoreException
isEligibleAttribute
protected boolean isEligibleAttribute(java.lang.String attributeName)
- Overrides:
isEligibleAttribute
in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
postProcess
protected final void postProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
- Overrides:
postProcess
in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
doPostProcess
protected void doPostProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
- Subclasses may add to the bean definition by overriding this method.