Package org.springframework.integration.endpoint

Interface Summary
EndpointInterceptor  
EndpointRegistry A strategy interface for registration and lookup of message endpoints by name.
MessageEndpoint Base interface for message endpoints.
MessagingGateway Base interface for gateway adapters.
 

Class Summary
AbstractEndpoint The base class for Message Endpoint implementations.
AbstractRequestReplyEndpoint  
ConcurrencyPolicy Metadata for configuring a pool of concurrent threads.
DefaultEndpoint<T extends MessageHandler> The default Message Endpoint implementation.
DefaultEndpointRegistry A simple map-backed implementation of EndpointRegistry.
InboundChannelAdapter A Channel Adapter implementation for connecting a MessageSource to a MessageChannel.
MessagingBridge  
OutboundChannelAdapter A Channel Adapter implementation for connecting a MessageChannel to a MessageTarget.
 

Exception Summary
MessageEndpointReplyException An Exception that indicates a failure occurred while a Message Endpoint was attempting to send a reply message.