Soap.Rio.TRIO.WebNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WebNode: IWebNode read FWebNode write FWebNode;

C++

__property Soap::Webnode::_di_IWebNode WebNode = {read=FWebNode, write=FWebNode};

Properties

Type Visibility Source Unit Parent
property public
Soap.Rio.pas
Soap.Rio.hpp
Soap.Rio TRIO

Description

Handles the execution of method calls on the invokable interface.

TRIO uses WebNode internally to execute method calls after they have been marshaled by Converter. That is, when the TRIO object has been typecast to an invokable interface, it implements each method call by using Converter to marshal the call into an encoding protocol, and then uses WebNode to execute the encoded call.

Each TRIO descendant uses its own protocol-specific helper object as the value of the WebNode property.

See Also