org.jboss.weld.bean.interceptor
Class CdiInterceptorHandlerFactory<T>

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

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

Author:
Marius Bogoevici

Constructor Summary
CdiInterceptorHandlerFactory(javax.enterprise.context.spi.CreationalContext<T> creationalContext, BeanManagerImpl manager)
           
 
Method Summary
 org.jboss.interceptor.proxy.InterceptionHandler createFor(org.jboss.weld.serialization.spi.helpers.SerializableContextual<javax.enterprise.inject.spi.Interceptor<T>,T> 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<T> creationalContext,
                                    BeanManagerImpl manager)
Method Detail

getManager

public BeanManagerImpl getManager()

createFor

public org.jboss.interceptor.proxy.InterceptionHandler createFor(org.jboss.weld.serialization.spi.helpers.SerializableContextual<javax.enterprise.inject.spi.Interceptor<T>,T> serializableContextual)
Specified by:
createFor in interface org.jboss.interceptor.proxy.InterceptionHandlerFactory<org.jboss.weld.serialization.spi.helpers.SerializableContextual<javax.enterprise.inject.spi.Interceptor<T>,T>>


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