public interface ComponentInterceptorSupport
ComponentIntegrator.DefaultInterceptorIntegrationAction is performed during component integration.
This implementation must be able to handle all integrated component types.
| Modifier and Type | Method and Description |
|---|---|
Object |
delegateInterception(javax.interceptor.InvocationContext invocationContext,
javax.enterprise.inject.spi.InterceptionType interceptionType,
List<javax.enterprise.inject.spi.Interceptor<?>> currentInterceptors,
List<Object> currentInterceptorInstances)
Delegate the invocation processing.
|
org.jboss.weld.ejb.spi.InterceptorBindings |
getInterceptorBindings(String componentName,
org.jboss.weld.manager.api.WeldManager manager) |
InterceptorInstances |
getInterceptorInstances(ComponentInstance componentInstance) |
void |
setInterceptorInstances(ComponentInstance componentInstance,
InterceptorInstances interceptorInstances)
Set the interceptor instances to the given component.
|
InterceptorInstances getInterceptorInstances(ComponentInstance componentInstance)
componentInstance - void setInterceptorInstances(ComponentInstance componentInstance, InterceptorInstances interceptorInstances)
componentInstance - interceptorInstances - Object delegateInterception(javax.interceptor.InvocationContext invocationContext, javax.enterprise.inject.spi.InterceptionType interceptionType, List<javax.enterprise.inject.spi.Interceptor<?>> currentInterceptors, List<Object> currentInterceptorInstances) throws Exception
Exceptionorg.jboss.weld.ejb.spi.InterceptorBindings getInterceptorBindings(String componentName, org.jboss.weld.manager.api.WeldManager manager)
componentName - Copyright © 2019 JBoss by Red Hat. All rights reserved.