Package | Description |
---|---|
org.springframework.integration.router |
Provides classes supporting the router pattern.
|
org.springframework.integration.xml.router |
Provides XML message routers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMappingMessageRouter
Base class for all Message Routers that support mapping from arbitrary String values
to Message Channel names.
|
class |
ErrorMessageExceptionTypeRouter
A Message Router that resolves the target
MessageChannel for
messages whose payload is an Exception. |
class |
ExpressionEvaluatingRouter
A Message Router implementation that evaluates the specified SpEL
expression.
|
class |
HeaderValueRouter
A Message Router that resolves the MessageChannel from a header value.
|
class |
MethodInvokingRouter
A Message Router that invokes the specified method on the given object.
|
class |
PayloadTypeRouter
A Message Router that resolves the
MessageChannel based on the
Message's payload type. |
Modifier and Type | Class and Description |
---|---|
class |
XPathRouter
Message Router that uses
XPathExpression evaluation to determine channel names. |
Copyright © 2018. All rights reserved.