Skip to main content

EnsLib.UDDI.DeleteBinding

class EnsLib.UDDI.DeleteBinding extends EnsLib.UDDI.Deleter

This class is used to add or update a Binding in a UDDI registry

Property Inventory

Method Inventory

Properties

property BindingKeys as list of EnsLib.UDDI.uddi.bindingKey;
Collection of Bindings to update the UDDI registry with
Property methods: BindingKeysBuildValueArray(), BindingKeysCollectionToDisplay(), BindingKeysCollectionToOdbc(), BindingKeysDisplayToCollection(), BindingKeysDisplayToLogical(), BindingKeysGet(), BindingKeysGetObject(), BindingKeysGetObjectId(), BindingKeysGetSwizzled(), BindingKeysIsValid(), BindingKeysLogicalToDisplay(), BindingKeysLogicalToOdbc(), BindingKeysNormalize(), BindingKeysOdbcToCollection(), BindingKeysSet(), BindingKeysSetObject(), BindingKeysSetObjectId()

Methods

method AddBindingKey(pBindingKey As EnsLib.UDDI.uddi.bindingKey) as %Status
Helper method to add a BindingKey
method Send(pConnection As EnsLib.UDDI.Connection) as %Status
Transmits the DeleteBinding request to the UDDI Server.
classmethod Test(pConnection As EnsLib.UDDI.Connection, pBindingKey As EnsLib.UDDI.uddi.bindingKey) as %Status
Test the functionality by deleteing a specifc Binding

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab