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

Part No. B10396-01

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

Packages that use IdentifierBag
oracle.uddi.client Provides the starting point class for using the UDDI client API, UddiClient. 
oracle.uddi.message.datatype.business   
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 IdentifierBag in oracle.uddi.client

 

Methods in oracle.uddi.client with parameters of type IdentifierBag
 BusinessList UddiClient.findBusiness(IdentifierBag identifierBag, 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.
 TModelList UddiClient.findTModel(IdentifierBag identifierBag, 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 IdentifierBag in oracle.uddi.message.datatype.business

 

Methods in oracle.uddi.message.datatype.business that return IdentifierBag
 IdentifierBag BusinessEntity.getIdentifierBag()
           

 

Methods in oracle.uddi.message.datatype.business with parameters of type IdentifierBag
 void BusinessEntity.setIdentifierBag(IdentifierBag identifierBag)
           

 

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

 

Methods in oracle.uddi.message.datatype.tmodel that return IdentifierBag
 IdentifierBag TModel.getIdentifierBag()
           

 

Methods in oracle.uddi.message.datatype.tmodel with parameters of type IdentifierBag
 void TModel.setIdentifierBag(IdentifierBag identifierBag)
           

 

Uses of IdentifierBag in oracle.uddi.message.request

 

Methods in oracle.uddi.message.request that return IdentifierBag
 IdentifierBag FindTModel.getIdentifierBag()
           
 IdentifierBag FindBusiness.getIdentifierBag()
           

 

Methods in oracle.uddi.message.request with parameters of type IdentifierBag
 void FindTModel.setIdentifierBag(IdentifierBag identifierBag)
           
 void FindBusiness.setIdentifierBag(IdentifierBag identifierBag)
           

 


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

Part No. B10396-01

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