net.mchaplin.ioc.component
Interface ComponentFactoryI

All Known Implementing Classes:
RmiServerFactory, XmlContainerFactory

public interface ComponentFactoryI

The ComponentFactory interface that Component Factories must implement.

Author:
mchaplin@users.sourceforge.net $Header: $Revision: $Date:

Method Summary
 ComponentI retrieveInstance()
          Retrieve an instance of Component created by this factory.
 

Method Detail

retrieveInstance

ComponentI retrieveInstance()
Retrieve an instance of Component created by this factory.

Returns:
an instance of ComponentI


Copyright © 2004-2005 mchaplin.net. All Rights Reserved.