Spring Integration

Package org.springframework.integration.gateway

Interface Summary
RequestReplyExchanger Interface for a request/reply Message exchange.
 

Class Summary
AbstractMessagingGateway A convenient base class for connecting application code to MessageChannels for sending, receiving, or request-reply operations.
AbstractRemotingOutboundGateway A base class for outbound URL-based Messaging Gateways.
GatewayMethodDefinition Represents the definition of Gateway methods, when using multiple methods per Gateway interface.
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.
RemotingInboundGatewaySupport Support class for inbound Messaging Gateways.
SimpleMessageMapper An implementation of the InboundMessageMapper and OutboundMessageMapper strategy interfaces that maps directly to and from the Message payload instance.
SimpleMessagingGateway An implementation of AbstractMessagingGateway that delegates to an InboundMessageMapper and OutboundMessageMapper.
 


Spring Integration

Copyright © 2010. All Rights Reserved.