|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
SoapHttpTransportLiaisonDefines an interface for a transport layer between a UDDI client and a UDDI server. |
| Classes in oracle.uddi.client that implement SoapTransportLiaison | |
class |
OracleSoapHttpTransportLiaisonAn 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 Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||