Soap.InvokeRegistry.TInvokableClassRegistry.RegisterMethodInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure RegisterMethodInfo(Info: PTypeInfo; const InternalName, ExternalName, ReturnName: string; XMLOptions: Integer = 0);

C++

void __fastcall RegisterMethodInfo(System::Typinfo::PTypeInfo Info, const System::UnicodeString InternalName, const System::UnicodeString ExternalName, const System::UnicodeString ReturnName, int XMLOptions = 0x0);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TInvokableClassRegistry

Description

Recense la relation entre une méthode sur une interface invocable et l'opération correspondante dans un document WSDL.

RegisterMethodInfo recense les informations suivantes concernant la méthode cible :

  • Nom externe
  • Nom de retour
  • Options XML

RegisterMethodInfo requiert les informations suivantes :

  • Informations de type de l'interface invocable
  • Nom de la méthode (en l'absence d'une telle méthode, celle-ci sera créée)

Remarque : Cette fonction est semblable à RegisterExternalMethName, à l'exception que vous pouvez recenser davantage d'informations sur la méthode cible.

Voir aussi