Class ServiceRegistryLookup

  • All Implemented Interfaces:
    ServiceLookup<java.lang.Class<?>,​java.lang.String>

    public class ServiceRegistryLookup
    extends java.lang.Object
    implements ServiceLookup<java.lang.Class<?>,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T lookup​(java.lang.Class<?> serviceType, java.lang.String filter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceRegistryLookup

        public ServiceRegistryLookup​(ServiceRegistry registry)
    • Method Detail

      • lookup

        public <T> T lookup​(java.lang.Class<?> serviceType,
                            java.lang.String filter)
        Specified by:
        lookup in interface ServiceLookup<java.lang.Class<?>,​java.lang.String>