Class WebServiceInboundGatewayParser

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

public class WebServiceInboundGatewayParser
extends org.springframework.integration.config.xml.AbstractInboundGatewayParser
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.apache.commons.logging.Log logger  

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

    ID_ATTRIBUTE, NAME_ATTRIBUTE
  • Constructor Summary

    Constructors 
    Constructor Description
    WebServiceInboundGatewayParser()  
  • Method Summary

    Modifier and Type Method Description
    protected void doParse​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)  
    protected void doPostProcess​(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.w3c.dom.Element element)  
    protected java.lang.String getBeanClassName​(org.w3c.dom.Element element)  
    protected boolean isEligibleAttribute​(java.lang.String attributeName)  

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

    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, getBeanClass, 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
  • Field Details

    • logger

      protected final org.apache.commons.logging.Log logger
  • Constructor Details

  • Method Details

    • getBeanClassName

      protected java.lang.String getBeanClassName​(org.w3c.dom.Element element)
      Overrides:
      getBeanClassName 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
    • doParse

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