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

class EnsLib.UDDI.GetBindingDetail extends EnsLib.UDDI.Base

This class is used to retrieve a list of Binding details. To use the class, instantiate and add one or more Binding keys with the AddBindingKey() method and then call Send() to retrieve as output a list of BindingTemplate objects

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5


Summary

Properties
BindingKeys Timeout

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
AddBindingKey DisplayBindingTemplate DisplayBindingTemplates GetList
Send Test addContactToList addDescriptionToList
addDiscoveryURLToList addFindQualifierToList addNameToList addReferenceToList


Properties

• property BindingKeys as list of EnsLib.UDDI.uddi.bindingKey;
Contains a list of BindingKeys

Methods

• method AddBindingKey(pKey As EnsLib.UDDI.uddi.bindingKey) as %Status
• classmethod DisplayBindingTemplate(pTemplate As EnsLib.UDDI.uddi.bindingTemplate)
Method to display a BindingTemplate
• classmethod DisplayBindingTemplates(pList As %ListOfObjects(ELEMENTTYPE="EnsLib.UDDI.uddi.bindingTemplate"))
Method to display a list of BindingTemplates
• method Send(pConnection As EnsLib.UDDI.Connection, Output pListDescription As EnsLib.UDDI.uddi.listDescription, Output pBindingTemplates As %ListOfObjects(ELEMENTTYPE="EnsLib.UDDI.uddi.bindingTemplate"), Output pTruncated As %Boolean) as %Status
Transmits the GetBindingDetail request to the UDDI Server. Returns as output a list of Binding objects matching the request criteria. Many UDDI servers restrict the number of matching TModels that they return for a find request. If your find request exceeds the number set by a UDDI server, the result is truncated. The pTruncated output parameter will be set to TRUE (1)
• classmethod Test(pConnection As EnsLib.UDDI.Connection, pBindingKey As EnsLib.UDDI.uddi.bindingKey) as %Status
Test the class functionality by performing an inquiry for a specific Binding key and display the results


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