org.springframework.integration.endpoint
Interface EndpointInterceptor

All Known Implementing Classes:
ConcurrencyInterceptor, EndpointInterceptorAdapter, SecurityEndpointInterceptor, TransactionInterceptor

public interface EndpointInterceptor

Author:
Mark Fisher

Method Summary
 Message<?> aroundHandle(Message<?> requestMessage, MessageHandler handler)
           
 Message<?> postHandle(Message<?> replyMessage)
           
 Message<?> preHandle(Message<?> requestMessage)
           
 

Method Detail

preHandle

Message<?> preHandle(Message<?> requestMessage)

aroundHandle

Message<?> aroundHandle(Message<?> requestMessage,
                        MessageHandler handler)

postHandle

Message<?> postHandle(Message<?> replyMessage)