public final class MethodInvokingInterceptorFactory extends Object implements InterceptorFactory
EMPTY_ARRAY
Constructor and Description |
---|
MethodInvokingInterceptorFactory(InterceptorInstanceFactory instanceFactory,
Method method)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Interceptor |
create(InterceptorFactoryContext context)
Create the interceptor instance.
|
public MethodInvokingInterceptorFactory(InterceptorInstanceFactory instanceFactory, Method method)
instanceFactory
- the instance factorymethod
- the method to invokepublic Interceptor create(InterceptorFactoryContext context)
create
in interface InterceptorFactory
context
- the interceptor factory contextCopyright © 2023 JBoss by Red Hat. All rights reserved.