Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [UDDI] >  [Connection]
Private  Storage   

class EnsLib.UDDI.Connection extends %RegisteredObject

Represents a connection to a UDDI server

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
11 11


Summary

Properties
AdminURL AuthInfo CustodyURL InquiryURL
Password PublicationURL ReplicationURL SecurityURL
SubscriptionURL URLResolutionPolicy UserName

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
AcquireAuthorization AdminURLGet CustodyURLGet DiscardAuthorization
InquiryURLGet PublicationURLGet ReplicationURLGet SecurityURLGet
SubscriptionURLGet


Properties

• 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.

Methods

• 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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.