Interfaces
 InterfaceDescription
 IApplicationDomainAware Describes an object that needs a reference to an ApplicationDomain.
 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 Provides an object factory with list type methods of accessing definitions.
 IObjectFactory Defines the most basic object factory.
 IObjectFactoryAware Interface to be implemented by all objects that want to know what container they run in.
 IReferenceResolver The interface definting a reference resolver.
Classes
 ClassDescription
 MethodInvokingObject Object that invokes a specified method on an object after the object has been created by the container.
 NoSuchObjectDefinitionError Error throw when an object factory cannot find an object definition for the given name.
 ObjectDefinitionStoreError Error thrown when an object factory encounters an invalid object definition.