See: Description
Interface | Description |
---|---|
MethodArgsMessageMapper |
Implementations of this interface are
InboundMessageMapper s
that map a MethodArgsHolder to a Message . |
RequestReplyExchanger |
Interface for a request/reply Message exchange.
|
Class | Description |
---|---|
AnnotationGatewayProxyFactoryBean |
A
GatewayProxyFactoryBean extension for Java configuration. |
GatewayMessageHandler |
The
AbstractReplyProducingMessageHandler 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 to
MessageChannel s for sending, receiving, or request-reply operations. |
MethodArgsHolder |
Simple wrapper class containing a
Method and an object
array containing the arguments for an invocation of that method. |