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
| 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(Class<?> clazz,
List<InterceptorData> stack)
- Configures the given class for applicable interceptors.
- Parameters:
clazz - configuration interceptors for this
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.