Interface ServiceAwareObjectFactory

All Superinterfaces:
ObjectFactory
All Known Implementing Classes:
ManagedReferenceObjectFactory, ServiceReferenceObjectFactory

public interface ServiceAwareObjectFactory extends ObjectFactory
Interface the should be implemented by ObjectFactorys that require access to the ServiceRegistry.

After the object is created the ObjectFactoryBuilder will inject the ServiceRegistry

Author:
Stuart Douglas
  • Method Details

    • injectServiceRegistry

      void injectServiceRegistry(ServiceRegistry registry)