public class ProxyFactory
extends java.lang.Object
| Constructor and Description |
|---|
ProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Proxy |
cloneProxy(Proxy proxy) |
static Proxy |
createProxy(java.lang.String type,
java.util.Map instdetails) |
static ProxyInstantiator |
getProxyInstantiator(java.lang.String type) |
static java.lang.String[] |
getProxyTypes() |
static void |
initProxyFactory()
Initialises the proxy factory
|
static boolean |
isProxyType(java.lang.String type) |
static void |
registerInstantiator(java.lang.String type,
ProxyInstantiator inst)
Registers a ProxyInstantiator for the specified proxy type
|
static void |
unregisterInstantiator(java.lang.String type)
Unregisters the ProxyInstantiator for the specified proxy type
|
public static void initProxyFactory()
public static void registerInstantiator(java.lang.String type,
ProxyInstantiator inst)
public static void unregisterInstantiator(java.lang.String type)
public static ProxyInstantiator getProxyInstantiator(java.lang.String type)
public static java.lang.String[] getProxyTypes()
public static boolean isProxyType(java.lang.String type)
public static Proxy createProxy(java.lang.String type, java.util.Map instdetails) throws ProxyInstantiationException
ProxyInstantiationExceptionpublic static Proxy cloneProxy(Proxy proxy) throws ProxyInstantiationException
ProxyInstantiationException