Uses of Class
org.apache.ws.scout.model.uddi.v2.CategoryBag

Packages that use CategoryBag
org.apache.ws.scout.model.uddi.v2   
org.apache.ws.scout.registry   
org.apache.ws.scout.util   
 

Uses of CategoryBag in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 declared as CategoryBag
protected  CategoryBag TModel.categoryBag
           
protected  CategoryBag FindTModel.categoryBag
           
protected  CategoryBag FindService.categoryBag
           
protected  CategoryBag FindBusiness.categoryBag
           
protected  CategoryBag BusinessService.categoryBag
           
protected  CategoryBag BusinessEntity.categoryBag
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return CategoryBag
 CategoryBag ObjectFactory.createCategoryBag()
          Create an instance of CategoryBag
 CategoryBag TModel.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag FindTModel.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag FindService.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag FindBusiness.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag BusinessService.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag BusinessEntity.getCategoryBag()
          Gets the value of the categoryBag property.
 

Methods in org.apache.ws.scout.model.uddi.v2 that return types with arguments of type CategoryBag
 javax.xml.bind.JAXBElement<CategoryBag> ObjectFactory.createCategoryBag(CategoryBag value)
          Create an instance of JAXBElement<CategoryBag>}
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type CategoryBag
 javax.xml.bind.JAXBElement<CategoryBag> ObjectFactory.createCategoryBag(CategoryBag value)
          Create an instance of JAXBElement<CategoryBag>}
 void TModel.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void FindTModel.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void FindService.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void FindBusiness.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void BusinessService.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void BusinessEntity.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 

Uses of CategoryBag in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry with parameters of type CategoryBag
 BindingDetail RegistryImpl.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific bindings within a registered businessService.
 BindingDetail IRegistry.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific bindings within a registered businessService.
 BusinessList RegistryImpl.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 BusinessList IRegistry.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 ServiceList RegistryImpl.findService(java.lang.String businessKey, Name[] nameArray, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 ServiceList IRegistry.findService(java.lang.String businessKey, Name[] nameArray, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 TModelList RegistryImpl.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 TModelList IRegistry.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 

Uses of CategoryBag in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util that return CategoryBag
static CategoryBag ScoutJaxrUddiHelper.getCategoryBagFromClassifications(java.util.Collection classifications)
          According to JAXR Javadoc, there are two types of classification, internal and external and they use the Classification, Concept, and ClassificationScheme objects.
 

Methods in org.apache.ws.scout.util with parameters of type CategoryBag
static java.util.Collection ScoutUddiJaxrHelper.getClassifications(CategoryBag categoryBag, javax.xml.registry.LifeCycleManager lifeCycleManager)
          Classifications - going to assume all are external since UDDI does not use "Concepts".
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.