Soap.WSDLBind.IPortTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IPortTypes = interface(IXMLNodeCollection)

C++

__interface  INTERFACE_UUID("{5A702461-CE49-44FE-A665-74E7D3974FBE}") IPortTypes  : public Xml::Xmlintf::IXMLNodeCollection

Properties

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

Description

IPortTypes is an interface for a collection of portType elements in a WSDL document.

Use the IPortTypes interface to access the properties and methods specific for the collection of portType elements in a WSDL document.

IPortTypes exposes methods and properties that can be used to access and add portType elements to the WSDL document.

See Also