Soap.WSDLBind.IMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IMessage = interface(IDocumented)

C++

__interface  INTERFACE_UUID("{6DD2446C-7E8C-4CBA-BCB0-C318EFFE722A}") IMessage  : public IDocumented

Properties

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

Description

IMessage is an interface for messages in a WSDL document.

Use the IMessage interface to access the properties and methods specific for messages within a WSDL document.

See Also