butler.ext.session
Class SessionInterceptor

java.lang.Object
  extended by butler.ext.session.SessionInterceptor
All Implemented Interfaces:
Interceptor

public class SessionInterceptor
extends java.lang.Object
implements Interceptor

Author:
Fredrik Bertilsson

Constructor Summary
SessionInterceptor(SessionServiceImpl service)
           
 
Method Summary
 java.lang.Object intercept(Request request, Chain chain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionInterceptor

public SessionInterceptor(SessionServiceImpl service)
Method Detail

intercept

public java.lang.Object intercept(Request request,
                                  Chain chain)
                           throws java.lang.Exception
Specified by:
intercept in interface Interceptor
Throws:
java.lang.Exception