Package org.springframework.integration.router

Provides classes supporting the router pattern.

See:
          Description

Class Summary
AbstractMappingMessageRouter Base class for all Message Routers that support mapping from arbitrary String values to Message Channel names.
AbstractMessageRouter Base class for all Message Routers.
ErrorMessageExceptionTypeRouter A Message Router that resolves the target MessageChannel for messages whose payload is an Exception.
ExpressionEvaluatingRouter A Message Router implementation that evaluates the specified SpEL expression.
HeaderValueRouter A Message Router that resolves the MessageChannel from a header value.
MethodInvokingRouter A Message Router that invokes the specified method on the given object.
PayloadTypeRouter A Message Router that resolves the MessageChannel based on the Message's payload type.
RecipientListRouter <recipient-list-router id="simpleRouter" input-channel="routingChannelA"> <recipient channel="channel1"/> <recipient channel="channel2"/> </recipient-list-router>
RecipientListRouter.Recipient  
 

Package org.springframework.integration.router Description

Provides classes supporting the router pattern.