org.springframework.integration.endpoint
Interface MessageEndpoint

All Superinterfaces:
org.springframework.context.Lifecycle, MessageHandler
All Known Implementing Classes:
DefaultMessageEndpoint

public interface MessageEndpoint
extends MessageHandler, org.springframework.context.Lifecycle

Base interface for message endpoints.

Author:
Mark Fisher

Method Summary
 ConcurrencyPolicy getConcurrencyPolicy()
           
 java.lang.String getName()
           
 Subscription getSubscription()
           
 
Methods inherited from interface org.springframework.integration.handler.MessageHandler
handle
 
Methods inherited from interface org.springframework.context.Lifecycle
isRunning, start, stop
 

Method Detail

getName

java.lang.String getName()

getSubscription

Subscription getSubscription()

getConcurrencyPolicy

ConcurrencyPolicy getConcurrencyPolicy()