butler.service
Class TransactionInterceptor

java.lang.Object
  extended by butler.service.TransactionInterceptor
All Implemented Interfaces:
Interceptor

public class TransactionInterceptor
extends java.lang.Object
implements Interceptor

Interceptor for transaction management.

Author:
Fredrik Bertilsson

Constructor Summary
TransactionInterceptor()
           
 
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

TransactionInterceptor

public TransactionInterceptor()
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