Uses of Interface
de.uka.cmtm.serviceregistry.query.ServiceLocator

Packages that use ServiceLocator
de.uka.cmtm.serviceregistry.query   
 

Uses of ServiceLocator in de.uka.cmtm.serviceregistry.query
 

Classes in de.uka.cmtm.serviceregistry.query that implement ServiceLocator
 class DefaultServiceLocator
          A Basic implementation of ServiceLocator that uses a ServiceProfileLocator to look up service profiles an a ServiceInstanceLocator to fetch conforming instances.
 

Methods in de.uka.cmtm.serviceregistry.query that return ServiceLocator
 ServiceLocator ServiceLocatorFactory.createServiceLocator()
          Creates a new DefaultServiceLocator.