org.springframework.integration.config.xml
Class AbstractInboundGatewayParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
              extended by org.springframework.integration.config.xml.AbstractInboundGatewayParser
All Implemented Interfaces:
BeanDefinitionParser
Direct Known Subclasses:
HttpInvokerInboundGatewayParser, RmiInboundGatewayParser, TcpInboundGatewayParser, WebServiceInboundGatewayParser

public abstract class AbstractInboundGatewayParser
extends AbstractSimpleBeanDefinitionParser

Base class for inbound gateway parsers.


Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
AbstractInboundGatewayParser()
           
 
Method Summary
protected  void doPostProcess(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(BeanDefinitionBuilder builder, org.w3c.dom.Element element)
           
protected  java.lang.String resolveId(org.w3c.dom.Element element, AbstractBeanDefinition definition, 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
 

Constructor Detail

AbstractInboundGatewayParser

public AbstractInboundGatewayParser()
Method Detail

resolveId

protected java.lang.String resolveId(org.w3c.dom.Element element,
                                     AbstractBeanDefinition definition,
                                     ParserContext parserContext)
                              throws BeanDefinitionStoreException
Overrides:
resolveId in class AbstractBeanDefinitionParser
Throws:
BeanDefinitionStoreException

isEligibleAttribute

protected boolean isEligibleAttribute(java.lang.String attributeName)
Overrides:
isEligibleAttribute in class AbstractSimpleBeanDefinitionParser

postProcess

protected final void postProcess(BeanDefinitionBuilder builder,
                                 org.w3c.dom.Element element)
Overrides:
postProcess in class AbstractSimpleBeanDefinitionParser

doPostProcess

protected void doPostProcess(BeanDefinitionBuilder builder,
                             org.w3c.dom.Element element)
Subclasses may add to the bean definition by overriding this method.