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(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
 

Constructor Detail

EJBInterceptorConfig

public EJBInterceptorConfig(WebBeansContext webBeansContext)
Method Detail

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 for
interceptorStack - to fill


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