Uses of Interface
org.apache.webbeans.proxy.MethodHandler

Packages that use MethodHandler
org.apache.webbeans.proxy   
org.apache.webbeans.proxy.asm   
org.apache.webbeans.proxy.javassist   
 

Uses of MethodHandler in org.apache.webbeans.proxy
 

Methods in org.apache.webbeans.proxy with parameters of type MethodHandler
 Object ProxyFactory.createProxy(MethodHandler handler, Class<?>[] interfaces)
           
 Object Factory.createProxy(MethodHandler handler, Class<?>[] interfaces)
           
 void ProxyFactory.setHandler(Object proxy, MethodHandler handler)
           
 void Factory.setHandler(Object proxy, MethodHandler handler)
           
 

Uses of MethodHandler in org.apache.webbeans.proxy.asm
 

Methods in org.apache.webbeans.proxy.asm with parameters of type MethodHandler
 Object AsmFactory.createProxy(MethodHandler handler, Class<?>[] interfaces)
           
 Object AsmFactory.createProxy(MethodHandler handler, Class<?> superClass, Class<?>[] interfaceArray)
           
 void AsmFactory.setHandler(Object proxy, MethodHandler handler)
           
 

Uses of MethodHandler in org.apache.webbeans.proxy.javassist
 

Methods in org.apache.webbeans.proxy.javassist with parameters of type MethodHandler
 Object JavassistFactory.createProxy(MethodHandler handler, Class<?>[] interfaces)
           
 void JavassistFactory.setHandler(Object proxy, MethodHandler handler)
           
 



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