Soap.WSDLBind.IDefinition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IDefinition = interface(IXMLNode)

C++

__interface  INTERFACE_UUID("{F3DF8F67-804A-40C4-A6C6-EDFBEA22FC47}") IDefinition  : public Xml::Xmlintf::IXMLNode

Properties

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

Description

IDefinition is an interface for definitions in a WSDL document.

Use the IDefinition interface to access the methods specific for definitions within a WSDL document.

IDefinition exposes methods and properties that can be used to access the namespace, name, imports, messages, bindings and services for definitions within a WSDL document.

See Also