Uses of Class
org.springframework.integration.router.AbstractMappingMessageRouter
Packages that use 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
Methods in org.springframework.integration.config that return AbstractMappingMessageRouterModifier and TypeMethodDescriptionprotected AbstractMappingMessageRouter
RouterFactoryBean.createMethodInvokingRouter
(Object targetObject, String targetMethodName) Methods in org.springframework.integration.config with parameters of type AbstractMappingMessageRouterModifier and TypeMethodDescriptionprotected void
RouterFactoryBean.configureMappingRouter
(AbstractMappingMessageRouter router) -
Uses of AbstractMappingMessageRouter in org.springframework.integration.dsl
Classes in org.springframework.integration.dsl with type parameters of type AbstractMappingMessageRouterModifier and TypeClassDescriptionclass
RouterSpec<K,
R extends AbstractMappingMessageRouter> TheAbstractRouterSpec
for anAbstractMappingMessageRouter
. -
Uses of AbstractMappingMessageRouter in org.springframework.integration.router
Subclasses of AbstractMappingMessageRouter in org.springframework.integration.routerModifier 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
Subclasses of AbstractMappingMessageRouter in org.springframework.integration.xml.routerModifier and TypeClassDescriptionclass
Message Router that usesXPathExpression
evaluation to determine channel names.