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

Method Summary
static 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
 

Method Detail

configure

public static void configure(Class<?> clazz,
                             List<InterceptorData> stack)
Configures the given class for applicable interceptors.

Parameters:
clazz - configuration interceptors for this


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.