Spring Integration

org.springframework.integration.jdbc.config
Class StoredProcParserUtils

java.lang.Object
  extended by org.springframework.integration.jdbc.config.StoredProcParserUtils

public final class StoredProcParserUtils
extends java.lang.Object

Since:
2.1
Author:
Gunnar Hillert

Method Summary
static org.springframework.beans.factory.support.ManagedList<org.springframework.beans.factory.config.BeanDefinition> getProcedureParameterBeanDefinitions(org.w3c.dom.Element storedProcComponent, org.springframework.beans.factory.xml.ParserContext parserContext)
           
static org.springframework.beans.factory.support.ManagedMap<java.lang.String,org.springframework.beans.factory.config.BeanDefinition> getReturningResultsetBeanDefinitions(org.w3c.dom.Element storedProcComponent, org.springframework.beans.factory.xml.ParserContext parserContext)
           
static org.springframework.beans.factory.support.ManagedList<org.springframework.beans.factory.config.BeanDefinition> getSqlParameterDefinitionBeanDefinitions(org.w3c.dom.Element storedProcComponent, org.springframework.beans.factory.xml.ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSqlParameterDefinitionBeanDefinitions

public static org.springframework.beans.factory.support.ManagedList<org.springframework.beans.factory.config.BeanDefinition> getSqlParameterDefinitionBeanDefinitions(org.w3c.dom.Element storedProcComponent,
                                                                                                                                                                      org.springframework.beans.factory.xml.ParserContext parserContext)
Parameters:
storedProcComponent -
parserContext -

getProcedureParameterBeanDefinitions

public static org.springframework.beans.factory.support.ManagedList<org.springframework.beans.factory.config.BeanDefinition> getProcedureParameterBeanDefinitions(org.w3c.dom.Element storedProcComponent,
                                                                                                                                                                  org.springframework.beans.factory.xml.ParserContext parserContext)
Parameters:
storedProcComponent -
parserContext -

getReturningResultsetBeanDefinitions

public static org.springframework.beans.factory.support.ManagedMap<java.lang.String,org.springframework.beans.factory.config.BeanDefinition> getReturningResultsetBeanDefinitions(org.w3c.dom.Element storedProcComponent,
                                                                                                                                                                                  org.springframework.beans.factory.xml.ParserContext parserContext)
Parameters:
storedProcComponent -
parserContext -

Spring Integration