The org.pranaframework.ioc.factory package contains classes factory classes for the IoC container



Interfaces
 InterfaceDescription
 IFactoryObject Interface to be implemented by objects that are factories for other objects.
 IInitializingObject Objects that should execute behavior after their properties have been set, should implement this interface.
 IListableObjectFactory 
 IObjectFactory TODO
 IObjectFactoryAware Interface to be implemented by all objects that want to know what container they run in.
Classes
 ClassDescription
 AbstractFactoryObject 
 MethodInvokingObject 
 NoSuchObjectDefinitionError Error throw when an object factory cannot find an object definition for the given name.