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.config.xml.AbstractOutboundChannelAdapterParser.parseAndRegisterConsumer(Element, ParserContext)
          Use AbstractOutboundChannelAdapterParser.doParseAndRegisterConsumer(Element, ParserContext) 
org.springframework.integration.jms.JmsOutboundGateway.setDeliveryMode(int)
          use JmsOutboundGateway.setDeliveryPersistent(boolean) This should have been deprecated in 2.0 when the attribute was deprecated in the schema. As of 3.0, the attribute has been removed but this remains to allow users of the API to migrate. TODO: Remove in 3.1/4.0 
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.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.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 
org.springframework.integration.ip.tcp.connection.TcpNetConnection(Socket, boolean, boolean)
          Use TcpNetConnection.TcpNetConnection(Socket, boolean, boolean, ApplicationEventPublisher, String) TODO: Remove in 3.1/4.0 
org.springframework.integration.ip.tcp.connection.TcpNioConnection(SocketChannel, boolean, boolean)
          Use TcpNioConnection.TcpNioConnection(SocketChannel, boolean, boolean, ApplicationEventPublisher, String) TODO: Remove in 3.1/4.0 
org.springframework.integration.ip.tcp.connection.TcpNioSSLConnection(SocketChannel, boolean, boolean, SSLEngine)
          Use TcpNioSSLConnection.TcpNioSSLConnection(SocketChannel, boolean, boolean, ApplicationEventPublisher, String, SSLEngine) TODO: Remove in 3.1/4.0 
 


Spring Integration