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

Part No. B10396-01

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

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

 

Uses of DiscoveryURLs in oracle.uddi.client

 

Methods in oracle.uddi.client with parameters of type DiscoveryURLs
 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.

 

Uses of DiscoveryURLs in oracle.uddi.message.datatype.business

 

Methods in oracle.uddi.message.datatype.business that return DiscoveryURLs
 DiscoveryURLs BusinessEntity.getDiscoveryURLs()
           

 

Methods in oracle.uddi.message.datatype.business with parameters of type DiscoveryURLs
 void BusinessEntity.setDiscoveryURLs(DiscoveryURLs discoveryURLs)
           

 

Uses of DiscoveryURLs in oracle.uddi.message.request

 

Methods in oracle.uddi.message.request that return DiscoveryURLs
 DiscoveryURLs FindBusiness.getDiscoveryURLs()
           

 

Methods in oracle.uddi.message.request with parameters of type DiscoveryURLs
 void FindBusiness.setDiscoveryURLs(DiscoveryURLs discoveryURLs)
           

 


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

Part No. B10396-01

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