Interface MessageRouter
- All Known Implementing Classes:
- AbstractMappingMessageRouter,- AbstractMessageRouter,- ErrorMessageExceptionTypeRouter,- ExpressionEvaluatingRouter,- HeaderValueRouter,- MethodInvokingRouter,- PayloadTypeRouter,- RecipientListRouter,- XPathRouter
public interface MessageRouter
Routers implementing this interface have a default output channel.
- Since:
- 4.3
- Author:
- Gary Russell
- 
Method SummaryModifier and TypeMethodDescriptionGet the default output channel.
- 
Method Details- 
getDefaultOutputChannelMessageChannel getDefaultOutputChannel()Get the default output channel.- Returns:
- the channel.
 
 
-