public final class ContainerInterceptorMethodInterceptorFactory extends Object implements org.jboss.invocation.InterceptorFactory
InterceptorFactory responsible for creating Interceptor instance corresponding to a container-interceptor
applicable for an Jakarta Enterprise Beans| Constructor and Description |
|---|
ContainerInterceptorMethodInterceptorFactory(org.jboss.as.naming.ManagedReference interceptorInstanceRef,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.invocation.Interceptor |
create(org.jboss.invocation.InterceptorFactoryContext context)
Creates and returns a
Interceptor which invokes the underlying container-interceptor during a method invocation |
public ContainerInterceptorMethodInterceptorFactory(org.jboss.as.naming.ManagedReference interceptorInstanceRef,
Method method)
interceptorInstanceRef - The managed reference to the container-interceptor instancemethod - The method for which the interceptor has to be createdpublic org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context)
Interceptor which invokes the underlying container-interceptor during a method invocationcreate in interface org.jboss.invocation.InterceptorFactorycontext - The interceptor factory contextCopyright © 2022 JBoss by Red Hat. All rights reserved.