public interface ProxyFactory
| Modifier and Type | Method and Description |
|---|---|
InvocationHandler |
getInvocationHandler(Object proxy) |
Class |
getProxyClass(Class interfce) |
Class |
getProxyClass(Class[] interfaces) |
void |
init(Properties props) |
boolean |
isProxyClass(Class cl) |
Object |
newProxyInstance(Class[] interfaces,
InvocationHandler h) |
Object |
newProxyInstance(Class interfce,
InvocationHandler h) |
void init(Properties props) throws OpenEJBException
OpenEJBExceptionInvocationHandler getInvocationHandler(Object proxy) throws IllegalArgumentException
IllegalArgumentExceptionClass getProxyClass(Class interfce) throws IllegalArgumentException
IllegalArgumentExceptionClass getProxyClass(Class[] interfaces) throws IllegalArgumentException
IllegalArgumentExceptionboolean isProxyClass(Class cl)
Object newProxyInstance(Class interfce, InvocationHandler h) throws IllegalArgumentException
IllegalArgumentExceptionObject newProxyInstance(Class[] interfaces, InvocationHandler h) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.