Callback that supplies the owning factory to an object instance.
Owning IObjectFactory (may not be a null reference (Nothing in Visual Basic)). The object can immediately call methods on the factory.
IObjectFactoryAware.ObjectFactory
Invoked after population of normal object properties but before an init callback like IInitializingObject's AfterPropertiesSet method or a custom init-method.
| Exception Type | Condition |
|---|---|
| ObjectsException | In case of initialization errors. |
AbstractAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace