Spring Integration

Deprecated API


Contents
Deprecated Fields
org.springframework.integration.xmpp.XmppHeaders.CHAT_THREAD_ID
           
org.springframework.integration.xmpp.XmppHeaders.CHAT_TO
           
 

Deprecated Methods
org.springframework.integration.endpoint.AbstractPollingEndpoint.doPoll()
          Starting with Spring Integration 3.0, subclasses will not be able to override this method. Use AbstractPollingEndpoint.receiveMessage() and AbstractPollingEndpoint.handleMessage(Message) instead, to separate the concerns of retrieving and processing a message. Consider refactoring now rather than waiting for 3.0. 
org.springframework.integration.ip.tcp.TcpSendingMessageHandler.getConnection()
          Use TcpSendingMessageHandler.obtainConnection(Message). TODO: remove in 3.0 
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.config.xml.AbstractOutboundChannelAdapterParser.parseAndRegisterConsumer(Element, ParserContext)
          Use AbstractOutboundChannelAdapterParser.doParseAndRegisterConsumer(Element, ParserContext) 
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.ip.tcp.TcpReceivingChannelAdapter.setScheduler(TaskScheduler)
          Use AbstractEndpoint.setTaskScheduler(TaskScheduler) 
org.springframework.integration.ip.tcp.TcpSendingMessageHandler.setScheduler(TaskScheduler)
          Use TcpSendingMessageHandler.setTaskScheduler(TaskScheduler) 
org.springframework.integration.ip.tcp.TcpInboundGateway.setScheduler(TaskScheduler)
          Use AbstractEndpoint.setTaskScheduler(TaskScheduler) 
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.http.inbound.HttpRequestHandlingEndpointSupport.setupResponseAndConvertReply(HttpServletResponse, Message)
          As of release 2.2, please use HttpRequestHandlingEndpointSupport.setupResponseAndConvertReply(ServletServerHttpResponse, Message) instead. 
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