com.liferay.portal.kernel.util
Class ProxyFactory

java.lang.Object
  extended by com.liferay.portal.kernel.util.ProxyFactory

public class ProxyFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ProxyFactory()
           
 
Method Summary
static java.lang.Object newInstance(java.lang.ClassLoader classLoader, java.lang.Class<?>[] interfaceClasses, java.lang.String implClassName)
           
static java.lang.Object newInstance(java.lang.ClassLoader classLoader, java.lang.Class<?> interfaceClass, java.lang.String implClassName)
           
 
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

newInstance

public static java.lang.Object newInstance(java.lang.ClassLoader classLoader,
                                           java.lang.Class<?> interfaceClass,
                                           java.lang.String implClassName)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

newInstance

public static java.lang.Object newInstance(java.lang.ClassLoader classLoader,
                                           java.lang.Class<?>[] interfaceClasses,
                                           java.lang.String implClassName)
                                    throws java.lang.Exception
Throws:
java.lang.Exception