Package org.springframework.integration.endpoint

Class Summary
AbstractEndpoint The base class for Message Endpoint implementations.
AbstractPollingEndpoint  
EventDrivenConsumer Message Endpoint that connects any MessageHandler implementation to a SubscribableChannel.
MessageProducerSupport A support class for producer endpoints that provides a setter for the output channel and a convenience method for sending Messages.
PollingConsumer Message Endpoint that connects any MessageHandler implementation to a PollableChannel.
SourcePollingChannelAdapter A Channel Adapter implementation for connecting a MessageSource to a MessageChannel.