org.jboss.aop.proxy
Class ProxyFactory
java.lang.Object
org.jboss.aop.proxy.ProxyFactory
public class ProxyFactory
- extends Object
Comment
- Version:
- $Revision: 43789 $
- Author:
- Bill Burke
Method Summary |
static Proxy |
createInterfaceProxy(ClassLoader loader,
Class[] interfaces,
ProxyMixin[] mixins,
InstanceAdvisor advisor)
|
static Proxy |
createInterfaceProxy(org.jboss.util.id.GUID guid,
ClassLoader loader,
Class[] interfaces)
|
static Proxy |
createInterfaceProxy(org.jboss.util.id.GUID guid,
ClassLoader loader,
Class[] interfaces,
ProxyMixin[] mixins,
InstanceAdvisor advisor)
|
static org.jboss.util.id.GUID |
generateProxyClass(ClassLoader loader,
ProxyMixin[] mixins,
Class[] interfaces)
|
static Class |
getProxyClass(org.jboss.util.id.GUID guid)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyFactory
public ProxyFactory()
createInterfaceProxy
public static Proxy createInterfaceProxy(ClassLoader loader,
Class[] interfaces,
ProxyMixin[] mixins,
InstanceAdvisor advisor)
throws Exception
- Throws:
Exception
getProxyClass
public static Class getProxyClass(org.jboss.util.id.GUID guid)
createInterfaceProxy
public static Proxy createInterfaceProxy(org.jboss.util.id.GUID guid,
ClassLoader loader,
Class[] interfaces)
throws Exception
- Throws:
Exception
createInterfaceProxy
public static Proxy createInterfaceProxy(org.jboss.util.id.GUID guid,
ClassLoader loader,
Class[] interfaces,
ProxyMixin[] mixins,
InstanceAdvisor advisor)
throws Exception
- Throws:
Exception
generateProxyClass
public static org.jboss.util.id.GUID generateProxyClass(ClassLoader loader,
ProxyMixin[] mixins,
Class[] interfaces)
throws Exception
- Throws:
Exception
Copyright © 2004 JBoss Inc. All Rights Reserved.