Package de.uka.cmtm.serviceregistry.query

Interface Summary
ServiceInstanceLocator Implementations of this class can be used to search service instance.
ServiceLocator This interface describes classes that can be used to search for services.
ServiceLocatorEventListener Implementing classes can be notified of events occuring during service lookup.
ServiceProfileLocator This interface describes class that can be used to look up service profiles
 

Class Summary
ClassNotFoundEvent This event indicates that a class name provided as search parameter could not be resolved to an ontology class.
DefaultServiceLocator A Basic implementation of ServiceLocator that uses a ServiceProfileLocator to look up service profiles an a ServiceInstanceLocator to fetch conforming instances.
Demo ServiceLocator demo class.
ServiceInfo This class represents a single search result.
ServiceInstanceInfo This class represents a service instance found during search.
ServiceInstanceParameter This class represents search parameters used during the search for service instance.
ServiceLocatorFactory This class can be used to create ServiceLocators.
ServiceParameter This class holds the query parameters used by ServiceLocator.
ServiceProfileInfo This class describes a single search result of ServiceProfileLocator.
ServiceProfileParameter This class describes the search parameters for service profiles used by ServiceProfileLocator.