API:Soap.SOAPHTTPClient.THTTPRIO.Converter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Converter: TOPToSoapDomConvert read GetDomConverter write SetDOMConverter;

C++

__property Soap::Optosoapdomconv::TOPToSoapDomConvert* Converter = {read=GetDomConverter, write=SetDomConverter};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPClient.pas
Soap.SOAPHTTPClient.hpp
Soap.SOAPHTTPClient THTTPRIO

Description

Handles the marshaling and unmarshaling of calls to an invokable interface.

Soap.SOAPHTTPClient.THTTPRIO.Converter inherits from Soap.Rio.TRIO.Converter. All content below this line refers to Soap.Rio.TRIO.Converter.

Handles the marshaling and unmarshaling of calls to an invokable interface.

TRIO uses Converter internally to marshal and unmarshal calls to an invokable interface. 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 to unmarshal any return values after that call is executed.

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

See Also