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

Part No. B10396-01

Uses of Interface
oracle.uddi.client.SoapTransportLiaison

Packages that use SoapTransportLiaison
oracle.uddi.client Provides the starting point class for using the UDDI client API, UddiClient. 

 

Uses of SoapTransportLiaison in oracle.uddi.client

 

Subinterfaces of SoapTransportLiaison in oracle.uddi.client
 interface SoapHttpTransportLiaison
           Defines an interface for a transport layer between a UDDI client and a UDDI server.

 

Classes in oracle.uddi.client that implement SoapTransportLiaison
 class OracleSoapHttpTransportLiaison
           An implementation of SoapHttpTransportLiaison based on OracleSOAP (which is based on ApacheSOAP).

 

Methods in oracle.uddi.client that return SoapTransportLiaison
 SoapTransportLiaison UddiAbstractClient.getSoapTransportLiaison()
          Returns the SOAP transport implementation object that was supplied in the constructor.

 

Constructors in oracle.uddi.client with parameters of type SoapTransportLiaison
UddiClient(java.lang.String inquiryUrl, java.lang.String publishingUrl, SoapTransportLiaison transport, AuthenticationLiaison authLiaison)
          Constructor which allows the specification of the inquiry URL, publishing URL, SOAP transport mechanism, and authentication mechanism.
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)
          Constructor which allows the specification of the inquiry URL, publishing URL, and SOAP transport mechanism.
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.

 


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

Part No. B10396-01

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