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.UddiVersionConstants

Packages that use UddiVersionConstants
oracle.uddi.client Provides the starting point class for using the UDDI client API, UddiClient. 
oracle.uddi.message Provides classes that represent the data structures in UDDI API XML messages as well as some utilities related to XML messaging. 

 

Uses of UddiVersionConstants in oracle.uddi.client

 

Methods in oracle.uddi.client that return UddiVersionConstants
 UddiVersionConstants UddiClient.getVersion()
          Returns an object which encapsulates the version of UDDI supported by this implementation.

 

Methods in oracle.uddi.client with parameters of type UddiVersionConstants
 void UddiClient.setVersion(UddiVersionConstants version)
          Set the UDDI version that the instance operates.

 

Constructors in oracle.uddi.client with parameters of type UddiVersionConstants
UddiClient(java.lang.String inquiryUrl, java.lang.String publishingUrl, SoapTransportLiaison transport, AuthenticationLiaison authLiaison, UddiVersionConstants version)
          Constructor which allows the specification of the inquiry URL, publishing URL, SOAP transport mechanism, authentication mechanism, and version.
UddiClient(java.lang.String inquiryUrl, java.lang.String publishingUrl, SoapTransportLiaison transport, UddiVersionConstants version)
          Constructor which allows the specification of the inquiry URL, publishing URL, SOAP transport mechanism, and version.

 

Uses of UddiVersionConstants in oracle.uddi.message

 

Fields in oracle.uddi.message declared as UddiVersionConstants
static UddiVersionConstants UddiVersionConstants.V1
           
static UddiVersionConstants UddiVersionConstants.V2
           

 

Methods in oracle.uddi.message that return UddiVersionConstants
 UddiVersionConstants UddiElementFactory.getVersion()
          Return the UDDI version.
 UddiVersionConstants UddiElement.getVersion()
          Returns an object which contains version information specifying the version of UDDI implemented by this element.

 

Methods in oracle.uddi.message with parameters of type UddiVersionConstants
static int UddiLengthConstants.getMaxLength(UddiVersionConstants version, java.lang.String szFieldNameConstant)
          Returns maximum length given specific UDDI version and field name.

 


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.