Soap.InvokeRegistry.IObjConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IObjConverter = interface

C++

__interface  INTERFACE_UUID("{7F67EA52-A3D1-429B-B54D-49F692B6131A}") IObjConverter  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry Soap.InvokeRegistry

Description

IObjConverter is the interface for converting between a remotable class and its SOAP representation.

IObjConverter defines methods that aid in the conversion between remotable classes (classes that descend from TRemotable) and their representation in the messages that pass between clients and Web Service providers. That is, this interface provides methods that are used when converting between a remotable class, whether it represents a complex type in an invokable interface, an attachment, or a SOAP header, and its SOAP representation. The TSOAPDomConv class implements this interface.

See Also