Java API

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

Packages that use.*
PackageDescription
oracle.uddi.client   
oracle.uddi.message.request   
 

Uses of FindQualifiers in oracle.uddi.client
 

Methods in oracle.uddi.client with parameters of type FindQualifiers
TypeName
 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 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.
 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.
 BusinessList UddiClient.findBusiness(TModelBag 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.
 BusinessList UddiClient.findBusiness(DiscoveryURLs 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, 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 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, TModelBag 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(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 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(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.
 

Uses of FindQualifiers in oracle.uddi.message.request
 

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

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


Java API

Copyright © 2001 - Oracle Corporation