|
Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.uddi.client |
Uses of SoapTransportLiaison in oracle.uddi.client |
Subinterfaces of SoapTransportLiaison in oracle.uddi.client | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
class |
OracleSoapHttpTransportLiaison
An implementation of SoapHttpTransportLiaison based on
OracleSOAP (which is based on ApacheSOAP). |
Methods in oracle.uddi.client that return SoapTransportLiaison | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |