org.apache.webbeans.intercept.ejb
Class EJBInterceptorConfig

java.lang.Object
  extended by org.apache.webbeans.intercept.ejb.EJBInterceptorConfig

public final class EJBInterceptorConfig
extends Object

Configures the EJB related interceptors.

Since:
1.0
Author:
Gurkan Erdogdu

Constructor Summary
EJBInterceptorConfig(WebBeansContext webBeansContext)
           
 
Method Summary
 void configure(Class<?> clazz, List<InterceptorData> stack)
          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
 

Constructor Detail

EJBInterceptorConfig

public EJBInterceptorConfig(WebBeansContext webBeansContext)
Method Detail

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.