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