de.uka.cmtm.serviceregistry.query
Interface ServiceInstanceLocator

All Known Implementing Classes:
UddiServiceInstanceLocatorV01_08

public interface ServiceInstanceLocator

Implementations of this class can be used to search service instance.

Author:
tilmann

Method Summary
 List<ServiceInstanceInfo> findSeviceInstances(ServiceInstanceParameter searchParameter)
          Invoce this method to search for service instances that conform to the given search parameters.
 

Method Detail

findSeviceInstances

List<ServiceInstanceInfo> findSeviceInstances(ServiceInstanceParameter searchParameter)
                                              throws IOException
Invoce this method to search for service instances that conform to the given search parameters.

Parameters:
searchParameter - the parameter used during search
Returns:
all instances found
Throws:
IOException