org.jboss.weld.interceptor.proxy
Class InterceptorProxyCreatorImpl

java.lang.Object
  extended by org.jboss.weld.interceptor.proxy.InterceptorProxyCreatorImpl
All Implemented Interfaces:
InterceptorProxyCreator

public class InterceptorProxyCreatorImpl
extends Object
implements InterceptorProxyCreator

Author:
Marius Bogoevici

Constructor Summary
InterceptorProxyCreatorImpl(InterceptorInstantiator<?,?> interceptorInstantiator, InvocationContextFactory invocationContextFactory, InterceptionModel<ClassMetadata<?>,?> interceptionModel)
           
 
Method Summary
<T> javassist.util.proxy.MethodHandler
createSubclassingMethodHandler(Object targetInstance, ClassMetadata<T> proxyClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorProxyCreatorImpl

public InterceptorProxyCreatorImpl(InterceptorInstantiator<?,?> interceptorInstantiator,
                                   InvocationContextFactory invocationContextFactory,
                                   InterceptionModel<ClassMetadata<?>,?> interceptionModel)
Method Detail

createSubclassingMethodHandler

public <T> javassist.util.proxy.MethodHandler createSubclassingMethodHandler(Object targetInstance,
                                                                             ClassMetadata<T> proxyClass)
Specified by:
createSubclassingMethodHandler in interface InterceptorProxyCreator


Copyright © 2013 Seam Framework. All Rights Reserved.