Class ScopedServiceMap

  • All Implemented Interfaces:
    ServiceMap

    public class ScopedServiceMap
    extends Object
    implements ServiceMap
    A ServiceMap that forwards requests to ServiceMaps associated with the current scope.

    At construction time, it configures itself with all the service maps found in the classpath (excluding URLs available to primordial and extension classloader). Recognises service maps as resources whose names match a ServiceMapScanner.mapConfigPattern.

    Author:
    Fabio Simeoni