Soap.SOAPPasInv.IAdapterConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IAdapterConverter = interface

C++

__interface  INTERFACE_UUID("{82165DF4-B1B9-D511-9561-00C04FA06B45}") IAdapterConverter  : public System::IInterface

Properties

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

Description

IAdapterConverter is the interface used to obtain a TOPToSoapDomConvert instance.

Implement the IAdapterConverter interface to expose a method that allows obtaining a TOPToSoapDomConvert instance. IAdapterConverter only defines a method called GetDomConverter, that classes should implement.

See Also