Uses of Class
org.springframework.integration.core.MessagingTemplate
Package
Description
Provides core classes.
The context support classes for Spring Integration Java DSL.
Provides core classes related to Endpoints.
Provides classes supporting messaging gateways.
Provides classes implementing various types of message handler.
Provides classes supporting the router pattern.
-
Uses of MessagingTemplate in org.springframework.integration.core
Modifier and TypeFieldDescriptionprotected final MessagingTemplate
ErrorMessagePublisher.messagingTemplate
Modifier and TypeMethodDescriptionprotected MessagingTemplate
ErrorMessagePublisher.getMessagingTemplate()
-
Uses of MessagingTemplate in org.springframework.integration.dsl.context
Modifier and TypeMethodDescriptionIntegrationFlowContext.IntegrationFlowRegistration.getMessagingTemplate()
Obtain aMessagingTemplate
with its default destination set to the input channel of theIntegrationFlow
.IntegrationFlowContext.messagingTemplateFor
(String flowId) Obtain aMessagingTemplate
with its default destination set to the input channel of theIntegrationFlow
for providedflowId
.StandardIntegrationFlowContext.messagingTemplateFor
(String flowId) Obtain aMessagingTemplate
with its default destination set to the input channel of theIntegrationFlow
for providedflowId
. -
Uses of MessagingTemplate in org.springframework.integration.endpoint
Modifier and TypeMethodDescriptionprotected MessagingTemplate
MessageProducerSupport.getMessagingTemplate()
-
Uses of MessagingTemplate in org.springframework.integration.gateway
Modifier and TypeClassDescriptionprotected static class
TheMessagingTemplate
extension to increaseMessagingGatewaySupport.ConvertingMessagingTemplate.doConvert(Object, Map, MessagePostProcessor)
visibility to get access to the request message from an observation context. -
Uses of MessagingTemplate in org.springframework.integration.handler
Modifier and TypeFieldDescriptionprotected final MessagingTemplate
AbstractMessageProducingHandler.messagingTemplate
-
Uses of MessagingTemplate in org.springframework.integration.router
Modifier and TypeMethodDescriptionprotected MessagingTemplate
AbstractMessageRouter.getMessagingTemplate()
ProvideMessagingTemplate
access for subclasses.