Soap.InvokeRegistry.TInvokableClassRegistry.GetHeaderClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeaderClass(Name, Namespace: InvString): TClass;

C++

System::TClass __fastcall GetHeaderClass(System::UnicodeString Name, System::UnicodeString Namespace);

Properties

Type Visibility Source Unit Parent
function public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TInvokableClassRegistry

Description

Returns the class reference for a header type, given its name and namespace.

Typically, applications do not need to call GetHeaderClass. This method is used internally to look up the class of a header that is identified by name.

Name is the name of the header node.

Namespace is the URI of the namespace in which Name is defined.

GetHeaderClass returns the class reference for the TSOAPHeader descendant that represents the identified header.

See Also