Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class ProxyFactory

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

public class ProxyFactory
extends Object


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

newInstance

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

Liferay 6.1.2-ce-ga3