public interface InterceptorFactory
| Modifier and Type | Field and Description |
|---|---|
static InterceptorFactory[] |
EMPTY_ARRAY
An empty interceptor factory array.
|
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
create(InterceptorFactoryContext context)
Create the interceptor instance.
|
static final InterceptorFactory[] EMPTY_ARRAY
Interceptor create(InterceptorFactoryContext context)
context - the interceptor factory contextCopyright © 2021 JBoss by Red Hat. All rights reserved.