com.acciente.induction.util
Class ObjectFactory
java.lang.Object
com.acciente.induction.util.ObjectFactory
public class ObjectFactory
- extends Object
Internal. This class creates (and destroys) objects using a uniform convention.
- Author:
- Adinath Raveendra Raj
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectFactory
public ObjectFactory()
createObject
public static Object createObject(Class oClass,
Object[] aoInitArgs,
com.acciente.commons.reflect.ParameterProvider oParameterProvider)
throws InvocationTargetException,
com.acciente.commons.reflect.ParameterProviderException,
InstantiationException,
IllegalAccessException,
ConstructorNotFoundException
- Throws:
InvocationTargetException
com.acciente.commons.reflect.ParameterProviderException
InstantiationException
IllegalAccessException
ConstructorNotFoundException
destroyObject
public static void destroyObject(Object oTargetObject)
throws InvocationTargetException,
IllegalAccessException
- Throws:
InvocationTargetException
IllegalAccessException
Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.