Uses of Interface
org.jafer.registry.model.ServiceInfo

Packages that use ServiceInfo
org.jafer.registry   
org.jafer.registry.model   
org.jafer.registry.uddi   
org.jafer.registry.uddi.model   
 

Uses of ServiceInfo in org.jafer.registry
 

Methods in org.jafer.registry with parameters of type ServiceInfo
 void ServiceManager.deleteService(ServiceInfo serviceInfo)
          Deletes the specified service from the registry.
 Service ServiceLocator.getService(ServiceInfo serviceInfo)
          Retrieves the full service object for the supplied service info.
 

Uses of ServiceInfo in org.jafer.registry.model
 

Methods in org.jafer.registry.model with parameters of type ServiceInfo
 void ServiceProvider.removeService(ServiceInfo serviceInfo)
          This method removes the service from the service provider.
 

Uses of ServiceInfo in org.jafer.registry.uddi
 

Methods in org.jafer.registry.uddi with parameters of type ServiceInfo
 void ServiceManager.deleteService(ServiceInfo serviceInfo)
          Deletes the specified service from the registry.
 Service ServiceLocator.getService(ServiceInfo serviceInfo)
          Retrieves the full service object for the supplied service info.
 

Uses of ServiceInfo in org.jafer.registry.uddi.model
 

Classes in org.jafer.registry.uddi.model that implement ServiceInfo
 class ServiceInfo
          When a search can return multiple service providers this class is returned in the list as ServiceProviderInfo's.
 

Methods in org.jafer.registry.uddi.model with parameters of type ServiceInfo
 void BusinessEntity.removeService(ServiceInfo serviceInfo)
          This method removes the service from the service provider.