Uses of Class
org.jafer.registry.model.ServiceDoesNotExistException

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

Uses of ServiceDoesNotExistException in org.jafer.registry.model
 

Methods in org.jafer.registry.model that throw ServiceDoesNotExistException
 void ServiceProvider.removeService(Service service)
          This method removes the service from the service provider.
 void ServiceProvider.removeService(ServiceInfo serviceInfo)
          This method removes the service from the service provider.
 

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

Methods in org.jafer.registry.uddi.model that throw ServiceDoesNotExistException
 void BusinessEntity.removeAnyBadServiceKeys()
          If a service is not owned directly by the provider and has been deleted then the relationship to this provider is left in an invlid state.
 void ServiceInfo.removeFromServicesList(java.util.List uddiBusinessServices)
          Removes the service specified by this service info from the list of uddi4j business services.
 void BusinessService.removeFromServicesList(java.util.List uddiBusinessServices)
          Removes the service from the list of uddi4j business services.
 void BusinessEntity.removeService(Service service)
          This method removes the service from the service provider.
 void BusinessEntity.removeService(ServiceInfo serviceInfo)
          This method removes the service from the service provider.