public class ProxyFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GENERATED_PROXIES_PACKAGE |
Constructor and Description |
---|
ProxyFactory() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final String GENERATED_PROXIES_PACKAGE
public static Proxy createInterfaceProxy(ClassLoader loader, Class<?>[] interfaces, ProxyMixin[] mixins, InstanceAdvisor advisor) throws Exception
Exception
public static Class<?> getProxyClass(org.jboss.util.id.GUID guid)
public static Proxy createInterfaceProxy(org.jboss.util.id.GUID guid, ClassLoader loader, Class<?>[] interfaces) throws Exception
Exception
public static Proxy createInterfaceProxy(org.jboss.util.id.GUID guid, ClassLoader loader, Class<?>[] interfaces, ProxyMixin[] mixins, InstanceAdvisor advisor) throws Exception
Exception
public static org.jboss.util.id.GUID generateProxyClass(ClassLoader loader, ProxyMixin[] mixins, Class<?>[] interfaces) throws Exception
Exception
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.