org.apache.openejb.cdi
Class AsmFactory
java.lang.Object
org.apache.openejb.cdi.AsmFactory
- All Implemented Interfaces:
- org.apache.webbeans.proxy.Factory
public class AsmFactory
- extends Object
- implements org.apache.webbeans.proxy.Factory
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsmFactory
public AsmFactory()
createProxy
public Object createProxy(org.apache.webbeans.proxy.MethodHandler handler,
Class<?> superClass,
Class<?>[] interfaceArray)
getProxyClass
public Class<?> getProxyClass(Class<?> superClass,
Class<?>[] interfaces)
- Specified by:
getProxyClass in interface org.apache.webbeans.proxy.Factory
isProxyInstance
public boolean isProxyInstance(Object o)
- Specified by:
isProxyInstance in interface org.apache.webbeans.proxy.Factory
createProxy
public Object createProxy(org.apache.webbeans.proxy.MethodHandler handler,
Class<?>[] interfaces)
throws InstantiationException,
IllegalAccessException
- Specified by:
createProxy in interface org.apache.webbeans.proxy.Factory
- Throws:
InstantiationException
IllegalAccessException
createProxy
public Object createProxy(Class<?> proxyClass)
throws InstantiationException,
IllegalAccessException
- Specified by:
createProxy in interface org.apache.webbeans.proxy.Factory
- Throws:
InstantiationException
IllegalAccessException
setHandler
public void setHandler(Object proxy,
org.apache.webbeans.proxy.MethodHandler handler)
- Specified by:
setHandler in interface org.apache.webbeans.proxy.Factory
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.