Java API

Uses of Interface
oracle.uddi.client.SoapTransportLiaison

Packages that use.*
PackageDescription
oracle.uddi.client   
 

Uses of SoapTransportLiaison in oracle.uddi.client
 

Subinterfaces of SoapTransportLiaison in oracle.uddi.client
TypeName
 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
TypeName
 class OracleSoapHttpTransportLiaison
           An implementation of SoapHttpTransportLiaison based on OracleSOAP (which is based on ApacheSOAP).
 

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

Constructors in oracle.uddi.client with parameters of type SoapTransportLiaison
TypeName
UddiClient.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.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.
 


Java API

Copyright © 2001 - Oracle Corporation