<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">

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

Part No. B10396-01

Package oracle.uddi.client

Provides the starting point class for using the UDDI client API, UddiClient.

See:
          Description

Interface Summary
AuthenticationLiaison Provides authentication (and implicitly session handling) facility for accessing a UDDI Registry.
SoapHttpTransportLiaison Defines an interface for a transport layer between a UDDI client and a UDDI server.
SOAPMessageConstants Represents constants used in any generic SOAP message, as defined by SOAP W3C Note <http://www.w3.org/TR/2000/NOTE-SOAP-20000508>.
SoapTransportLiaison Defines an interface for a transport layer between a UDDI client and a UDDI server.
UddiClientMessageConstants  

 

Class Summary
OracleSoapHttpTransportLiaison An implementation of SoapHttpTransportLiaison based on OracleSOAP (which is based on ApacheSOAP).
SimpleAuthenticationLiaison Implements a simple authentication scheme provided by the UDDI messages get_authToken and discard_authToken, as defined in the UDDI specification.
TransportAuthenticationLiaison Implements an authentication scheme (and hence session management function) that is entirely managed by the underlying transport.
UddiAbstractClient UddiAbstractClient defines a lightweight client-side interface to send out UDDI request.
UddiClient UddiClient provides a client-side interface to the UDDI registry.
UddiClientMessage This class represents a LocalizedMessage which is bound to the UddiClientExceptionRsrcBundle family of resources.
UddiClientMessages  

 

Exception Summary
UddiClientException Superclass for all UDDI client-side exceptions, including exceptions returned by the UDDI registry via a SOAP Fault message.

 

Package oracle.uddi.client Description

Provides the starting point class for using the UDDI client API, UddiClient. Also included in this package are classes which determine the transport and authentication settings by which the client will communicate with a UDDI registry. Finally, the packages includes a common exception superclass for client-side UDDI exceptions and some localization classes to aid in message translation.


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

Part No. B10396-01

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