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
Modifier and TypeMethodDescriptioncreate(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) Create a new instance of the interceptor
-
Method Details
-
create
Create a new instance of the interceptor- Parameters:
ctx-manager-- Returns:
-