Soap.SOAPPasInv.TSoapPascalInvoker.FConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FConverter: IOPConvert;

C++

Soap::Opconvert::_di_IOPConvert FConverter;

Properties

Type Visibility Source Unit Parent
field protected
Soap.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv TSoapPascalInvoker

Description

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

FConverter 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.

FConverter is used by the Converter property.

See Also