Uses of Class
org.springframework.integration.config.AbstractSimpleMessageHandlerFactoryBean
Package
Description
Base package for configuration.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides Spring Integration components for doing outbound operations.
-
Uses of AbstractSimpleMessageHandlerFactoryBean in org.springframework.integration.config
Modifier and TypeClassDescriptionclass
Base class for FactoryBeans that create standard MessageHandler instances.class
FactoryBean
to create anAggregatingMessageHandler
.class
FactoryBean for creatingMessageHandler
instances to handle a message as a SpEL expression.class
Factory bean for creating a Message Filter.class
Factory bean for creating a Message Router.class
FactoryBean for creatingServiceActivatingHandler
instances.class
Factory bean for creating a Message Splitter.class
Factory bean for creating a Message Transformer. -
Uses of AbstractSimpleMessageHandlerFactoryBean in org.springframework.integration.file.config
-
Uses of AbstractSimpleMessageHandlerFactoryBean in org.springframework.integration.groovy.config
Modifier and TypeClassDescriptionclass
FactoryBean for creatingMessageHandler
instances to handle a message as a Groovy Script. -
Uses of AbstractSimpleMessageHandlerFactoryBean in org.springframework.integration.jpa.outbound
Modifier and TypeClassDescriptionclass
TheJpaOutboundGatewayFactoryBean
creates instances of theJpaOutboundGateway
.