org.apache.webbeans.intercept.ejb
Class EJBInterceptorConfig
java.lang.Object
org.apache.webbeans.intercept.ejb.EJBInterceptorConfig
public final class EJBInterceptorConfig
- extends Object
Configures the EJB related interceptors.
- Since:
- 1.0
- Author:
- Gurkan Erdogdu
|
Method Summary |
void |
configure(javax.enterprise.inject.spi.AnnotatedType<?> annotatedType,
List<InterceptorData> interceptorStack)
Configures the given class for applicable interceptors. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBInterceptorConfig
public EJBInterceptorConfig(WebBeansContext webBeansContext)
configure
public void configure(javax.enterprise.inject.spi.AnnotatedType<?> annotatedType,
List<InterceptorData> interceptorStack)
- Configures the given class for applicable interceptors.
- Parameters:
annotatedType - to configure interceptors forinterceptorStack - to fill
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.