Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Uses of Class
oracle.uddi.message.util.CategoryBag

Packages that use CategoryBag
oracle.uddi.client Provides the starting point class for using the UDDI client API, UddiClient. 
oracle.uddi.message.datatype.business   
oracle.uddi.message.datatype.service Provides messaging classes (subclasses of UddiElement) which pertain to the businessService data structure defined by the UDDI specification. 
oracle.uddi.message.datatype.tmodel Provides messaging classes (subclasses of UddiElement) which pertain to the tModel data structure defined by the UDDI specification. 
oracle.uddi.message.request Provides internally-used classes which represent the various XML request messages defined in the UDDI specification. 

 

Uses of CategoryBag in oracle.uddi.client

 

Methods in oracle.uddi.client with parameters of type CategoryBag
 BusinessList UddiClient.findBusiness(CategoryBag categoryBag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 BusinessList UddiClient.findBusiness(java.util.List listName, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 ServiceList UddiClient.findService(java.lang.String businessKey, CategoryBag categoryBag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 ServiceList UddiClient.findService(java.lang.String businessKey, java.util.List listName, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 TModelList UddiClient.findTModel(CategoryBag categoryBag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 TModelList UddiClient.findTModel(java.lang.String name, IdentifierBag identifierBag, CategoryBag categoryBag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.

 

Uses of CategoryBag in oracle.uddi.message.datatype.business

 

Methods in oracle.uddi.message.datatype.business that return CategoryBag
 CategoryBag BusinessEntity.getCategoryBag()
           

 

Methods in oracle.uddi.message.datatype.business with parameters of type CategoryBag
 void BusinessEntity.setCategoryBag(CategoryBag categoryBag)
           

 

Uses of CategoryBag in oracle.uddi.message.datatype.service

 

Methods in oracle.uddi.message.datatype.service that return CategoryBag
 CategoryBag BusinessService.getCategoryBag()
           

 

Methods in oracle.uddi.message.datatype.service with parameters of type CategoryBag
 void BusinessService.setCategoryBag(CategoryBag categoryBag)
           

 

Uses of CategoryBag in oracle.uddi.message.datatype.tmodel

 

Methods in oracle.uddi.message.datatype.tmodel that return CategoryBag
 CategoryBag TModel.getCategoryBag()
           

 

Methods in oracle.uddi.message.datatype.tmodel with parameters of type CategoryBag
 void TModel.setCategoryBag(CategoryBag categoryBag)
           

 

Uses of CategoryBag in oracle.uddi.message.request

 

Methods in oracle.uddi.message.request that return CategoryBag
 CategoryBag FindTModel.getCategoryBag()
           
 CategoryBag FindService.getCategoryBag()
           
 CategoryBag FindBusiness.getCategoryBag()
           

 

Methods in oracle.uddi.message.request with parameters of type CategoryBag
 void FindTModel.setCategoryBag(CategoryBag categoryBag)
           
 void FindService.setCategoryBag(CategoryBag categoryBag)
           
 void FindBusiness.setCategoryBag(CategoryBag categoryBag)
           

 


Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Copyright © 2001, 2003, Oracle. All rights reserved.