Class and Description |
---|
org.springframework.integration.transformer.MessageTransformingChannelInterceptor
It is not generally recommended to perform functions
such as transformation in a channel interceptor.
|
Method and Description |
---|
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.handler.DelayHandler.setDelayHeaderName(String)
in favor of
DelayHandler.delayExpression |
org.springframework.integration.channel.DefaultHeaderChannelRegistry.setPhase(int)
- this class will not implement
SmartLifecycle in 4.2, just Lifecycle . |
Constructor and Description |
---|
org.springframework.integration.json.JsonToObjectTransformer(Class>, Object) |
org.springframework.integration.json.ObjectToJsonTransformer(Object) |