org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory.close() |
org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory.close()
|
org.springframework.integration.xml.AggregatedXmlMessageValidationException.exceptionIterator()
in favor of #getExceptions
|
org.springframework.integration.channel.DefaultHeaderChannelRegistry.getPhase()
- this class will not implement SmartLifecycle in 4.2, just Lifecycle .
|
org.springframework.integration.channel.DefaultHeaderChannelRegistry.isAutoStartup()
- this class will not implement SmartLifecycle in 4.2, just Lifecycle .
|
org.springframework.integration.channel.DefaultHeaderChannelRegistry.setAutoStartup(boolean)
- this class will not implement SmartLifecycle in 4.2, just Lifecycle .
|
org.springframework.integration.redis.outbound.RedisPublishingMessageHandler.setDefaultTopic(String)
|
org.springframework.integration.handler.DelayHandler.setDelayHeaderName(String)
|
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.http.inbound.HttpRequestHandlingEndpointSupport.setPath(String)
|
org.springframework.integration.channel.DefaultHeaderChannelRegistry.setPhase(int)
- this class will not implement SmartLifecycle in 4.2, just Lifecycle .
|
org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport.setSupportedMethods(HttpMethod...)
|
org.springframework.integration.file.remote.handler.FileTransferringMessageHandler.setTemporaryDirectory(File)
This property is no longer used; byte[] and String payloads are written directly
|
org.springframework.integration.ip.udp.UnicastSendingMessageHandler.shutDown()
Use stop() instead.
|