public final class ImmediateInterceptorFactory extends Object implements InterceptorFactory, Serializable
EMPTY_ARRAY| Constructor and Description |
|---|
ImmediateInterceptorFactory(Interceptor interceptor)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
create(InterceptorFactoryContext context)
Create the interceptor instance.
|
String |
toString() |
public ImmediateInterceptorFactory(Interceptor interceptor)
interceptor - the interceptor to returnpublic Interceptor create(InterceptorFactoryContext context)
create in interface InterceptorFactorycontext - the interceptor factory contextCopyright © 2021 JBoss by Red Hat. All rights reserved.