org.jboss.weld.bean.interceptor
Class CdiInterceptorHandlerFactory

java.lang.Object
  extended by org.jboss.weld.bean.interceptor.CdiInterceptorHandlerFactory
All Implemented Interfaces:
org.jboss.interceptor.proxy.InterceptionHandlerFactory<SerializableContextual<javax.enterprise.inject.spi.Interceptor<java.lang.Object>,java.lang.Object>>

public class CdiInterceptorHandlerFactory
extends java.lang.Object
implements org.jboss.interceptor.proxy.InterceptionHandlerFactory<SerializableContextual<javax.enterprise.inject.spi.Interceptor<java.lang.Object>,java.lang.Object>>

Author:
Marius Bogoevici

Constructor Summary
CdiInterceptorHandlerFactory(javax.enterprise.context.spi.CreationalContext creationalContext, BeanManagerImpl manager)
           
 
Method Summary
 org.jboss.interceptor.proxy.InterceptionHandler createFor(SerializableContextual<javax.enterprise.inject.spi.Interceptor<java.lang.Object>,java.lang.Object> serializableContextual)
           
 BeanManagerImpl getManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdiInterceptorHandlerFactory

public CdiInterceptorHandlerFactory(javax.enterprise.context.spi.CreationalContext creationalContext,
                                    BeanManagerImpl manager)
Method Detail

getManager

public BeanManagerImpl getManager()

createFor

public org.jboss.interceptor.proxy.InterceptionHandler createFor(SerializableContextual<javax.enterprise.inject.spi.Interceptor<java.lang.Object>,java.lang.Object> serializableContextual)
Specified by:
createFor in interface org.jboss.interceptor.proxy.InterceptionHandlerFactory<SerializableContextual<javax.enterprise.inject.spi.Interceptor<java.lang.Object>,java.lang.Object>>


Copyright © 2008-2009 Seam Framework. All Rights Reserved.