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.util.FindQualifiers

Packages that use FindQualifiers
oracle.uddi.client Provides the starting point class for using the UDDI client API, UddiClient. 
oracle.uddi.message.request Provides internally-used classes which represent the various XML request messages defined in the UDDI specification. 

 

Uses of FindQualifiers in oracle.uddi.client

 

Methods in oracle.uddi.client with parameters of type FindQualifiers
 BindingDetail UddiClient.findBinding(FindQualifiers findQualifiers, java.lang.String serviceKey, TModelBag tModelbag, 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.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.
 RelatedBusinessesList UddiClient.findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers)
          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.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.
 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, 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, 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(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.
 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(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 FindQualifiers in oracle.uddi.message.request

 

Methods in oracle.uddi.message.request that return FindQualifiers
 FindQualifiers FindRelatedBusinesses.getFindQualifiers()
           
 FindQualifiers FindTModel.getFindQualifiers()
           
 FindQualifiers FindService.getFindQualifiers()
           
 FindQualifiers FindBusiness.getFindQualifiers()
           
 FindQualifiers FindBinding.getFindQualifiers()
           

 

Methods in oracle.uddi.message.request with parameters of type FindQualifiers
 void FindRelatedBusinesses.setFindQualifiers(FindQualifiers findQualifiers)
           
 void FindTModel.setFindQualifiers(FindQualifiers findQualifiers)
           
 void FindService.setFindQualifiers(FindQualifiers findQualifiers)
           
 void FindBusiness.setFindQualifiers(FindQualifiers findQualifiers)
           
 void FindBinding.setFindQualifiers(FindQualifiers findQualifiers)
           

 


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.