Uses of Class
org.springframework.integration.router.AbstractMappingMessageRouter
Package
Description
Base package for configuration.
Root package of the Spring Integration Java DSL.
Provides classes supporting the router pattern.
Provides XML message routers.
-
Uses of AbstractMappingMessageRouter in org.springframework.integration.config
Modifier and TypeMethodDescriptionprotected AbstractMappingMessageRouter
RouterFactoryBean.createMethodInvokingRouter
(Object targetObject, String targetMethodName) Modifier and TypeMethodDescriptionprotected void
RouterFactoryBean.configureMappingRouter
(AbstractMappingMessageRouter router) -
Uses of AbstractMappingMessageRouter in org.springframework.integration.dsl
Modifier and TypeClassDescriptionclass
RouterSpec<K,
R extends AbstractMappingMessageRouter> TheAbstractRouterSpec
for anAbstractMappingMessageRouter
. -
Uses of AbstractMappingMessageRouter in org.springframework.integration.router
Modifier and TypeClassDescriptionclass
A Message Router that resolves the targetMessageChannel
for messages whose payload is aThrowable
.class
A Message Router implementation that evaluates the specified SpEL expression.class
A Message Router that resolves the MessageChannel from a header value.class
A Message Router that invokes the specified method on the given object.class
A Message Router that resolves theMessageChannel
based on theMessage's
payload type. -
Uses of AbstractMappingMessageRouter in org.springframework.integration.xml.router
Modifier and TypeClassDescriptionclass
Message Router that usesXPathExpression
evaluation to determine channel names.