BEA Systems, Inc.

com.compoze.util
Interface IObjectFactory


public interface IObjectFactory

Classes that implement this interface are capable of creating objects.


Method Summary
 java.lang.Object newInstance()
          Creates a new instance of an object of some type.
 

Method Detail

newInstance

java.lang.Object newInstance()
Creates a new instance of an object of some type.

Returns:
a new instance of an object

BEA Systems, Inc.

Copyright ©1999-2006 BEA Systems, Inc. All rights reserved.