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

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

Uses of CategoryDoesNotExistException in org.jafer.registry.model
 

Methods in org.jafer.registry.model that throw CategoryDoesNotExistException
 void ServiceProvider.removeCategory(Category category)
          Removes the category from the service provider if it exists.
 void Service.removeCategory(Category category)
          Removes the category from the service if it exists.
 

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

Methods in org.jafer.registry.uddi.model that throw CategoryDoesNotExistException
 void BusinessService.removeCategory(Category category)
          Removes the category from the service if it exists.
 void BusinessEntity.removeCategory(Category category)
          Removes the category from the service provider if it exists.
 org.uddi4j.util.CategoryBag Category.removeFromCategoryBag(org.uddi4j.util.CategoryBag categoryBag)
          This method removes this category to the category bag supplied.