org.jboss.weld.interceptor.proxy
Class InterceptorProxyCreatorImpl
java.lang.Object
org.jboss.weld.interceptor.proxy.InterceptorProxyCreatorImpl
- All Implemented Interfaces:
- InterceptorProxyCreator
public class InterceptorProxyCreatorImpl
- extends Object
- implements InterceptorProxyCreator
- Author:
- Marius Bogoevici
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorProxyCreatorImpl
public InterceptorProxyCreatorImpl(InterceptorInstantiator<?,?> interceptorInstantiator,
InvocationContextFactory invocationContextFactory,
InterceptionModel<ClassMetadata<?>,?> interceptionModel)
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.