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