org.apache.webbeans.proxy
Interface Factory
- All Known Implementing Classes:
- AsmFactory, JavassistFactory
public interface Factory
- Version:
- $Rev$ $Date$
getProxyClass
Class<?> getProxyClass(Class<?> superClass,
Class<?>[] interfaces)
isProxyInstance
boolean isProxyInstance(Object o)
createProxy
Object createProxy(MethodHandler handler,
Class<?>[] interfaces)
throws InstantiationException,
IllegalAccessException
- Throws:
InstantiationException
IllegalAccessException
createProxy
Object createProxy(Class<?> proxyClass)
throws InstantiationException,
IllegalAccessException
- Throws:
InstantiationException
IllegalAccessException
setHandler
void setHandler(Object proxy,
MethodHandler handler)
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.