Package org.springframework.integration.gateway
@NonNullApi
package org.springframework.integration.gateway
Provides classes supporting messaging gateways.
-
ClassDescriptionA
GatewayProxyFactoryBean
extension for Java configuration.TheAbstractReplyProducingMessageHandler
implementation for mid-flow Gateway.Represents the metadata associated with a Gateway method.Generates a proxy for the provided service interface to enable interaction with messaging components without application code being aware of them allowing for POJO-style interaction.A convenient base class for connecting application code toMessageChannel
s for sending, receiving, or request-reply operations.TheMessagingTemplate
extension to increaseMessagingGatewaySupport.ConvertingMessagingTemplate.doConvert(Object, Map, MessagePostProcessor)
visibility to get access to the request message from an observation context.Simple wrapper class containing aMethod
and an object array containing the arguments for an invocation of that method.Implementations of this interface areInboundMessageMapper
s that map aMethodArgsHolder
to aMessage
.Interface for a request/reply Message exchange.