Interface InterceptorFactory<T>
-
- Type Parameters:
T- the type of the interceptor class
- All Known Implementing Classes:
CdiInterceptorFactory,PlainInterceptorFactory
public interface InterceptorFactory<T>Produces instances of interceptor classes.- Author:
- Jozef Hartinger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(CreationalContext<T> ctx, BeanManagerImpl manager)Create a new instance of the interceptor
-
-
-
Method Detail
-
create
T create(CreationalContext<T> ctx, BeanManagerImpl manager)
Create a new instance of the interceptor- Parameters:
ctx-manager-- Returns:
-
-