Soap.WSDLBind.IBindings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindings = interface(IXMLNodeCollection)

C++

__interface  INTERFACE_UUID("{C8FE02C7-D726-4214-9FF4-90782EB7ACCA}") IBindings  : public Xml::Xmlintf::IXMLNodeCollection

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind Soap.WSDLBind

Description

IBindings is an interface for a collection of bindings in a WSDL document.

Use the IBindings interface to access the properties and methods specific for the collection of bindings in a WSDL document.

IBindings exposes methods and properties that can be used to access and add bindings to the WSDL document.

See Also