Package org.springframework.integration.gateway
Provides classes supporting messaging gateways.
-
Interface Summary Interface Description MethodArgsMessageMapper Implementations of this interface areInboundMessageMapper
s that map aMethodArgsHolder
to aMessage
.RequestReplyExchanger Interface for a request/reply Message exchange. -
Class Summary Class Description AnnotationGatewayProxyFactoryBean AGatewayProxyFactoryBean
extension for Java configuration.GatewayMessageHandler TheAbstractReplyProducingMessageHandler
implementation for mid-flow Gateway.GatewayMethodMetadata Represents the metadata associated with a Gateway method.GatewayProxyFactoryBean 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.MessagingGatewaySupport A convenient base class for connecting application code toMessageChannel
s for sending, receiving, or request-reply operations.MethodArgsHolder Simple wrapper class containing aMethod
and an object array containing the arguments for an invocation of that method.