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.

THTTPRIO uses Converter internally to marshal and unmarshal calls to an invokable interface. That is, when the THTTPRIO object has been typecast to an invokable interface, it implements each method call by using Converter to marshal the call from an internal format into an encoding protocol, and to unmarshal any return values after that call is executed.

See Also