Skip to main content

EnsLib.UDDI.GetBindingDetail

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

Property Inventory

Method Inventory

Properties

property BindingKeys as list of EnsLib.UDDI.uddi.bindingKey;
Contains a list of BindingKeys
Property methods: BindingKeysBuildValueArray(), BindingKeysCollectionToDisplay(), BindingKeysCollectionToOdbc(), BindingKeysDisplayToCollection(), BindingKeysDisplayToLogical(), BindingKeysGet(), BindingKeysGetObject(), BindingKeysGetObjectId(), BindingKeysGetSwizzled(), BindingKeysIsValid(), BindingKeysLogicalToDisplay(), BindingKeysLogicalToOdbc(), BindingKeysNormalize(), BindingKeysOdbcToCollection(), BindingKeysSet(), BindingKeysSetObject(), BindingKeysSetObjectId()

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

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab