org.exolab.castor.persist.spi
public interface InstanceFactory
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:50 $
Method Summary | |
---|---|
Object | newInstance(String className, ClassLoader loader)
Called to indicate that an object needs to be instatiated.
|
Parameters: The name of the class of the object to be created The class loader to use when creating the object
Returns: an instance of the object needs to be instatiated