Uses of Class
de.uka.cmtm.serviceregistry.query.ServiceInstanceParameter

Packages that use ServiceInstanceParameter
de.uka.cmtm.serviceregistry.query   
de.uka.cmtm.serviceregistry.query.uddi   
 

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

Subclasses of ServiceInstanceParameter in de.uka.cmtm.serviceregistry.query
 class ServiceInstanceInfo
          This class represents a service instance found during search.
 

Methods in de.uka.cmtm.serviceregistry.query that return ServiceInstanceParameter
 ServiceInstanceParameter ServiceInstanceParameter.clone()
           
 

Methods in de.uka.cmtm.serviceregistry.query with parameters of type ServiceInstanceParameter
 List<ServiceInstanceInfo> ServiceInstanceLocator.findSeviceInstances(ServiceInstanceParameter searchParameter)
          Invoce this method to search for service instances that conform to the given search parameters.
 

Uses of ServiceInstanceParameter in de.uka.cmtm.serviceregistry.query.uddi
 

Methods in de.uka.cmtm.serviceregistry.query.uddi with parameters of type ServiceInstanceParameter
 List<ServiceInstanceInfo> UddiServiceInstanceLocatorV01_08.findSeviceInstances(ServiceInstanceParameter searchParameter)
          Invoce this method to search for service instances that conform to the given search parameters.