class EnsLib.UDDI.Connection
extends %RegisteredObject
Represents a connection to a UDDI server
property AdminURL
as %String [ ReadOnly ];
property AuthInfo
as %String;
This is the authentication token needed for publishing
property CustodyURL
as %String [ ReadOnly ];
property InquiryURL
as %String [ ReadOnly ];
property Password
as %String;
This contains the password to be used for this connection. It is only used if the AuthenticationMode property
contains UddiAuthentication and ignored for all other values of the AuthenticationMode property. This property
is only used for publishing operations and is not used for inquiry operations.
property PublicationURL
as %String [ ReadOnly ];
property ReplicationURL
as %String [ ReadOnly ];
property SecurityURL
as %String [ ReadOnly ];
property SubscriptionURL
as %String [ ReadOnly ];
property URLResolutionPolicy
as %ObjectHandle;
This is the instance of the URLResolution Policy used to determine the inquiry,publication and security endpoints
property UserName
as %String;
This contains the user name to be used for this connection. It is only used if the AuthenticationMode property
contains UddiAuthentication and ignored for all other values of the AuthenticationMode property. This property
is only used for publishing operations and is not used for inquiry operations.
method AcquireAuthorization(pUserName As %String, pPassword As %String)
as %Status
method AdminURLGet()
as %String
Accessor for the AdminURL property
method CustodyURLGet()
as %String
Accessof for the CustodyURL property
method DiscardAuthorization()
as %Status
method InquiryURLGet()
as %String
Accessof for the InquiryURL property
method PublicationURLGet()
as %String
Accessor for the PublicationURL property
method ReplicationURLGet()
as %String
Accessor for the ReplicationURL property
method SecurityURLGet()
as %String
Accessor for the SecurityURL property
method SubscriptionURLGet()
as %String
Accessor for the SubscriptionURL property