Package net.sf.tie.ext.factory

Interface Summary
InterceptorFactory Provides MethodInterceptor implementations to a DynamicInterceptorStack.
 

Class Summary
DynamicInterceptorFactory Makes use of an InterceptionRule to facilitate the conditional inclusion of an interceptor.
MultiInterceptor A MultiInterceptor wraps a collections of interceptors, behind a single invoke call.
SimpleInterceptorFactory The SimpleInterceptorFactory adapts a pre-constructed MethodInterceptor to be an InterceptorFactory.