public interface ServiceInterceptorFactory
Implementations must be stateless and multi-threaded. An interceptor may only be applied once to any single service. The factory will only be invoked once for any single service (even in the case of non-standard service models such as threaded and pooled).
Modifier and Type | Method and Description |
---|---|
void |
createInterceptor(InterceptorStack stack,
Module invokingModule,
java.util.List parameters)
Creates an interceptor and pushes it onto the interceptor stack.
|
void createInterceptor(InterceptorStack stack, Module invokingModule, java.util.List parameters)