electric.util.proxy
Class ProxyFactory

java.lang.Object
  extended byelectric.util.proxy.ProxyFactory

public final class ProxyFactory
extends java.lang.Object

ProxyFactory.

Author:
webMethods

Constructor Summary
ProxyFactory()
           
 
Method Summary
static java.lang.Object newProxy(java.lang.ClassLoader loader, java.lang.Class[] interfaces, java.lang.reflect.InvocationHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyFactory

public ProxyFactory()
Method Detail

newProxy

public static java.lang.Object newProxy(java.lang.ClassLoader loader,
                                        java.lang.Class[] interfaces,
                                        java.lang.reflect.InvocationHandler handler)
Parameters:
loader -
interfaces -
handler -


copyright© 2001-2004 by webMethods All Rights Reserved.