org.springframework.integration.jdbc.config
Class StoredProcOutboundGatewayParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.integration.config.xml.AbstractConsumerEndpointParser
          extended by org.springframework.integration.jdbc.config.StoredProcOutboundGatewayParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class StoredProcOutboundGatewayParser
extends org.springframework.integration.config.xml.AbstractConsumerEndpointParser

Since:
2.1

Field Summary
 
Fields inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
EXPRESSION_ATTRIBUTE, METHOD_ATTRIBUTE, REF_ATTRIBUTE
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
StoredProcOutboundGatewayParser()
           
 
Method Summary
protected  java.lang.String getInputChannelAttributeName()
           
protected  org.springframework.beans.factory.support.BeanDefinitionBuilder parseHandler(org.w3c.dom.Element gatewayElement, org.springframework.beans.factory.xml.ParserContext parserContext)
           
protected  boolean shouldGenerateId()
           
protected  boolean shouldGenerateIdAsFallback()
           
 
Methods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredProcOutboundGatewayParser

public StoredProcOutboundGatewayParser()
Method Detail

shouldGenerateId

protected boolean shouldGenerateId()
Overrides:
shouldGenerateId in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser

shouldGenerateIdAsFallback

protected boolean shouldGenerateIdAsFallback()
Overrides:
shouldGenerateIdAsFallback in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser

parseHandler

protected org.springframework.beans.factory.support.BeanDefinitionBuilder parseHandler(org.w3c.dom.Element gatewayElement,
                                                                                       org.springframework.beans.factory.xml.ParserContext parserContext)
Specified by:
parseHandler in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser

getInputChannelAttributeName

protected java.lang.String getInputChannelAttributeName()
Overrides:
getInputChannelAttributeName in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser