Package org.springframework.integration.endpoint

Interface Summary
EndpointPolicy A marker interface for endpoint metadata.
EndpointRegistry A strategy interface for registration and lookup of message endpoints by name.
MessageEndpoint Base interface for message endpoints.
 

Class Summary
AbstractEndpoint Base class for MessageEndpoint implementations.
ConcurrencyPolicy Metadata for configuring a pool of concurrent threads.
ConcurrentTarget A Target implementation that encapsulates an Executor and delegates to a wrapped target for concurrent, asynchronous message handling.
DefaultEndpointRegistry A simple map-backed implementation of EndpointRegistry.
HandlerEndpoint Implementation of the MessageEndpoint interface for invoking MessageHandlers.
HandlerEndpoint.HandlerInvokingTarget  
SourceEndpoint A channel adapter that retrieves messages from a Source and then sends the resulting messages to the provided MessageChannel.
SourceEndpoint.MethodNameAdvisor  
TargetEndpoint Base class for MessageEndpoint implementations to which Messages may be sent.