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 Summary
 
- 
Method Details
- 
getDefaultOutputChannel
@Nullable MessageChannel getDefaultOutputChannel()Get the default output channel.- Returns:
 - the channel.
 
 
 -