public class Jdk13ProxyFactory extends Object implements ProxyFactory
| Constructor and Description |
|---|
Jdk13ProxyFactory() |
| 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 handler) |
Object |
newProxyInstance(Class interfce,
InvocationHandler h) |
public void init(Properties props) throws OpenEJBException
init in interface ProxyFactoryOpenEJBExceptionpublic InvocationHandler getInvocationHandler(Object proxy) throws IllegalArgumentException
getInvocationHandler in interface ProxyFactoryIllegalArgumentExceptionpublic Class getProxyClass(Class interfce) throws IllegalArgumentException
getProxyClass in interface ProxyFactoryIllegalArgumentExceptionpublic Class getProxyClass(Class[] interfaces) throws IllegalArgumentException
getProxyClass in interface ProxyFactoryIllegalArgumentExceptionpublic boolean isProxyClass(Class cl)
isProxyClass in interface ProxyFactorypublic Object newProxyInstance(Class interfce, InvocationHandler h) throws IllegalArgumentException
newProxyInstance in interface ProxyFactoryIllegalArgumentExceptionpublic Object newProxyInstance(Class[] interfaces, InvocationHandler handler) throws IllegalArgumentException
newProxyInstance in interface ProxyFactoryIllegalArgumentExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.