public class Jsr299BindingsInterceptor extends Object implements org.jboss.invocation.Interceptor
Modifier and Type | Class and Description |
---|---|
static class |
Jsr299BindingsInterceptor.Factory |
Modifier | Constructor and Description |
---|---|
protected |
Jsr299BindingsInterceptor(org.jboss.weld.manager.BeanManagerImpl beanManager,
String ejbName,
org.jboss.invocation.InterceptorFactoryContext context,
javax.enterprise.inject.spi.InterceptionType interceptionType,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
protected Object |
delegateInterception(javax.interceptor.InvocationContext invocationContext,
javax.enterprise.inject.spi.InterceptionType interceptionType,
List<javax.enterprise.inject.spi.Interceptor<?>> currentInterceptors) |
protected org.jboss.weld.ejb.spi.InterceptorBindings |
getInterceptorBindings(String ejbName) |
Object |
processInvocation(org.jboss.invocation.InterceptorContext context) |
protected Jsr299BindingsInterceptor(org.jboss.weld.manager.BeanManagerImpl beanManager, String ejbName, org.jboss.invocation.InterceptorFactoryContext context, javax.enterprise.inject.spi.InterceptionType interceptionType, ClassLoader classLoader)
protected Object delegateInterception(javax.interceptor.InvocationContext invocationContext, javax.enterprise.inject.spi.InterceptionType interceptionType, List<javax.enterprise.inject.spi.Interceptor<?>> currentInterceptors) throws Exception
Exception
public Object processInvocation(org.jboss.invocation.InterceptorContext context) throws Exception
processInvocation
in interface org.jboss.invocation.Interceptor
Exception
protected org.jboss.weld.ejb.spi.InterceptorBindings getInterceptorBindings(String ejbName)
Copyright © 2013 JBoss by Red Hat. All rights reserved.