Soap.SOAPPasInv.IInvokerConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IInvokerConverter = interface

C++

__interface  INTERFACE_UUID("{367A2E38-0539-D611-97F2-00C04FA06B45}") IInvokerConverter  : public System::IInterface

Properties

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

Description

IInvokerConverter is the interface used to obtain a TSoapPascalInvoker instance.

Implement the IInvokerConverter interface to expose a method that allows obtaining a TSoapPascalInvoker instance. IInvokerConverter only defines a method called GetInvoker, that classes should implement.

See Also