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 InterceptorFactory
context
- the interceptor factory contextCopyright © 2023 JBoss by Red Hat. All rights reserved.