Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

Uses of Class
oracle.uddi.message.response.BusinessList

Packages that use BusinessList
oracle.uddi.client Provides the starting point class for using the UDDI client API, UddiClient. 

 

Uses of BusinessList in oracle.uddi.client

 

Methods in oracle.uddi.client that return BusinessList
 BusinessList UddiClient.findBusiness(java.lang.String name, 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(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(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(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.
 BusinessList UddiClient.findBusiness(DiscoveryURLs discoveryURLs, 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.

 


Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

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