org.apache.hivemind
Interface ServiceInterceptorFactory

All Known Implementing Classes:
AbstractServiceInterceptorFactory

public interface ServiceInterceptorFactory

Interface defining an interceptor factory, an object that can create an interceptor. Interceptors are objects that implement a particular interface, adding logic before or after invoking methods on a wrapped object (implementing the same instance).

Author:
Howard Lewis Ship

Method Summary
 void createInterceptor(InterceptorStack stack, Module invokingModule, java.util.List parameters)
          Creates an interceptor and pushes it onto the interceptor stack.
 

Method Detail

createInterceptor

public void createInterceptor(InterceptorStack stack,
                              Module invokingModule,
                              java.util.List parameters)
Creates an interceptor and pushes it onto the interceptor stack.