Soap.SOAPPasInv.TSoapPascalInvoker.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.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv TSoapPascalInvoker

Description

Specifies the interface of the component that handles the marshaling of SOAP messages.

Converter is the component that marshals and unmarshals method calls for the invoker. The invoker uses this object to interpret incoming method calls and to generate the results it returns.

See Also