Spring Integration

Deprecated API


Contents
Deprecated Fields
org.springframework.integration.xmpp.XmppHeaders.CHAT_THREAD_ID
           
org.springframework.integration.xmpp.XmppHeaders.CHAT_TO
           
org.springframework.integration.ip.IpHeaders.CONNECTION_SEQ
            
 

Deprecated Methods
org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory.getPoolSize()
          This property is no longer used. If you wish to use a fixed thread pool, provide your own Executor in AbstractConnectionFactory.setTaskExecutor(Executor). 
org.springframework.integration.jdbc.StoredProcExecutor.setFunction(boolean)
          Please use StoredProcExecutor.setIsFunction(boolean) instead. 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setFunction(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcMessageHandler.setIgnoreColumnMetaData(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setIgnoreColumnMetaData(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setIgnoreColumnMetaData(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setIsFunction(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.endpoint.AbstractPollingEndpoint.setPollerMetadata(PollerMetadata)
          As of release 2.0.2, use individual setters 
org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory.setPoolSize(int)
          Default task executor is now a cached rather than a fixed pool executor. Use AbstractServerConnectionFactory.setBacklog(int) to set the connection backlog. 
org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory.setPoolSize(int)
          Default task executor is now a cached rather than a fixed pool executor. To use a pool, supply an appropriate Executor in AbstractConnectionFactory.setTaskExecutor(Executor). Use AbstractServerConnectionFactory.setBacklog(int) to set the connection backlog. 
org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean.setPoolSize(int)
            
org.springframework.integration.jdbc.StoredProcMessageHandler.setProcedureParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setProcedureParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setProcedureParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.xmpp.core.AbstractXmppConnectionAwareEndpoint.setRequestChannel(MessageChannel)
           
org.springframework.integration.jdbc.StoredProcOutboundGateway.setReturningResultSetRowMappers(Map>)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setReturningResultSetRowMappers(Map>)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setReturnValueRequired(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setReturnValueRequired(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setSkipUndeclaredResults(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setSkipUndeclaredResults(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcMessageHandler.setSqlParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setSqlParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setSqlParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcMessageHandler.setSqlParameterSourceFactory(SqlParameterSourceFactory)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setSqlParameterSourceFactory(SqlParameterSourceFactory)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setSqlParameterSourceFactory(SqlParameterSourceFactory)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcMessageHandler.setStoredProcedureName(String)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setStoredProcedureName(String)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setStoredProcedureName(String)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcMessageHandler.setUsePayloadAsParameterSource(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setUsePayloadAsParameterSource(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
 

Deprecated Constructors
org.springframework.integration.jdbc.StoredProcMessageHandler(DataSource, String)
          Since 2.2 use the constructor that expects a StoredProcExecutor instead 
org.springframework.integration.jdbc.StoredProcOutboundGateway(DataSource, String)
          Since 2.2 use the constructor that expects a StoredProcExecutor instead 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter(DataSource, String)
          Since 2.2 use the constructor that expects a StoredProcExecutor instead 
 


Spring Integration