| Package | Description |
|---|---|
| org.apache.webbeans.proxy | |
| org.apache.webbeans.proxy.asm | |
| org.apache.webbeans.proxy.javassist |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AsmFactory.createProxy(MethodHandler handler,
Class<?>[] interfaces) |
Object |
AsmFactory.createProxy(MethodHandler handler,
Class<?> superClass,
Class<?>[] interfaceArray) |
void |
AsmFactory.setHandler(Object proxy,
MethodHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavassistFactory.createProxy(MethodHandler handler,
Class<?>[] interfaces) |
void |
JavassistFactory.setHandler(Object proxy,
MethodHandler handler) |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.