Class RedisQueueInboundGatewayParser

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
org.springframework.integration.redis.config.RedisQueueInboundGatewayParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class RedisQueueInboundGatewayParser
extends org.springframework.integration.config.xml.AbstractInboundGatewayParser
Parser for the <queue-inbound-gateway> element of the 'redis' namespace.
Since:
4.1
  • Field Summary

    Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

    ID_ATTRIBUTE, NAME_ATTRIBUTE
  • Constructor Summary

    Constructors 
    Constructor Description
    RedisQueueInboundGatewayParser()  
  • Method Summary

    Modifier and Type Method Description
    protected void doPostProcess​(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.w3c.dom.Element element)  
    protected java.lang.Class<?> getBeanClass​(org.w3c.dom.Element element)  
    protected boolean isEligibleAttribute​(java.lang.String attributeName)  

    Methods inherited from class org.springframework.integration.config.xml.AbstractInboundGatewayParser

    doParse, postProcess, resolveId

    Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser

    extractPropertyName, isEligibleAttribute

    Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser

    doParse, getBeanClassName, getParentName, parseInternal

    Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

    parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getBeanClass

      protected java.lang.Class<?> getBeanClass​(org.w3c.dom.Element element)
      Overrides:
      getBeanClass in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
    • isEligibleAttribute

      protected boolean isEligibleAttribute​(java.lang.String attributeName)
      Overrides:
      isEligibleAttribute in class org.springframework.integration.config.xml.AbstractInboundGatewayParser
    • doPostProcess

      protected void doPostProcess​(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.w3c.dom.Element element)
      Overrides:
      doPostProcess in class org.springframework.integration.config.xml.AbstractInboundGatewayParser