Class ServiceDescriptorRegistry

  • All Implemented Interfaces:
    ServiceRegistry, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware

    public class ServiceDescriptorRegistry
    extends java.lang.Object
    implements org.springframework.beans.factory.BeanFactoryAware, ServiceRegistry
    Implementation of a Service Registry based on the definition of Services contained within a Spring Bean Factory.
    Author:
    David Caruana