| Package | Description |
|---|---|
| org.apache.openejb.util.proxy |
| Modifier and Type | Method and Description |
|---|---|
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–2014 The Apache Software Foundation. All rights reserved.