Java API

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

Packages that use.*
PackageDescription
oracle.uddi.client   
oracle.uddi.message.datatype.business   
oracle.uddi.message.datatype.service   
oracle.uddi.message.datatype.tmodel   
oracle.uddi.message.request   
 

Uses of CategoryBag in oracle.uddi.client
 

Methods in oracle.uddi.client with parameters of type CategoryBag
TypeName
 BusinessList UddiClient.findBusiness(CategoryBag bag, 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 bag, 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 bag, 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
TypeName
 CategoryBag BusinessEntity.getCategoryBag()
           
 

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

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

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

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

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

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

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

Uses of CategoryBag in oracle.uddi.message.request
 

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

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


Java API

Copyright © 2001 - Oracle Corporation