Uses of Class
org.apache.openejb.util.proxy.ProxyGenerationException

Packages that use ProxyGenerationException
org.apache.openejb.util.proxy   
 

Uses of ProxyGenerationException in org.apache.openejb.util.proxy
 

Methods in org.apache.openejb.util.proxy that throw ProxyGenerationException
static byte[] LocalBeanProxyFactory.generateProxy(Class<?> classToProxy, String proxyName, Class<?>... interfaces)
           
static void LocalBeanProxyFactory.processMethod(org.apache.xbean.asm5.ClassWriter cw, Method method, String proxyName, String handlerName)
           
static org.apache.xbean.asm5.MethodVisitor LocalBeanProxyFactory.visit(org.apache.xbean.asm5.ClassWriter cw, Method method, String proxyName, String handlerName)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.