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

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

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

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

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

Constructors in de.uka.cmtm.serviceregistry.query with parameters of type ServiceInstanceInfo
ServiceInfo(ServiceProfileInfo profileInfo, ServiceInstanceInfo instanceInfo)
           
 

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

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