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

Part No. B10396-01

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

Packages that use KeyedReference
oracle.uddi.client Provides the starting point class for using the UDDI client API, UddiClient. 
oracle.uddi.message.datatype.assertion Provides messaging classes (subclasses of UddiElement) which pertain to the publisherAssertion 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. 
oracle.uddi.message.response Provides classes which represent the XML response messages defined by the UDDI specification. 

 

Uses of KeyedReference in oracle.uddi.client

 

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

 

Uses of KeyedReference in oracle.uddi.message.datatype.assertion

 

Methods in oracle.uddi.message.datatype.assertion that return KeyedReference
 KeyedReference PublisherAssertion.getKeyedReference()
           

 

Methods in oracle.uddi.message.datatype.assertion with parameters of type KeyedReference
 void PublisherAssertion.setKeyedReference(KeyedReference keyedReference)
           

 

Uses of KeyedReference in oracle.uddi.message.request

 

Methods in oracle.uddi.message.request that return KeyedReference
 KeyedReference FindRelatedBusinesses.getKeyedReference()
           

 

Methods in oracle.uddi.message.request with parameters of type KeyedReference
 void FindRelatedBusinesses.setKeyedReference(KeyedReference keyedReference)
           

 

Uses of KeyedReference in oracle.uddi.message.response

 

Methods in oracle.uddi.message.response that return KeyedReference
 KeyedReference AssertionStatusItem.getKeyedReference()
           

 

Methods in oracle.uddi.message.response with parameters of type KeyedReference
 void AssertionStatusItem.setKeyedReference(KeyedReference keyedReference)
           

 


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

Part No. B10396-01

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