Home » Castor-1.3-src » org.exolab.castor » util » [javadoc | source]
org.exolab.castor.util
public class: DefaultObjectFactory [javadoc | source]
java.lang.Object
   org.exolab.castor.util.DefaultObjectFactory

All Implemented Interfaces:
    ObjectFactory

The default implementation of ObjectFactory used for creating class instances
Method from org.exolab.castor.util.DefaultObjectFactory Summary:
createInstance,   createInstance,   createInstance
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.exolab.castor.util.DefaultObjectFactory Detail:
 public Object createInstance(Class type) throws IllegalAccessException, InstantiationException 
    Creates a default instance of the given class.
 public Object createInstance(Class type,
    Object[] args) throws IllegalAccessException, InstantiationException 
    Creates a default instance of the given class.
 public Object createInstance(Class type,
    Class[] argTypes,
    Object[] args) throws IllegalAccessException, InstantiationException 
    Creates a default instance of the given class.