butler.service
Interface Interceptor

All Known Implementing Classes:
AuthInterceptor, LoggingInterceptor, SessionInterceptor, TransactionInterceptor

public interface Interceptor

Wrapps a server request with pre- and post-processing code.

Author:
Fredrik Bertilsson

Method Summary
 java.lang.Object intercept(Request request, Chain chain)
           
 

Method Detail

intercept

java.lang.Object intercept(Request request,
                           Chain chain)
                           throws java.lang.Exception
Throws:
java.lang.Exception