RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetRequestHeaderInfoForInterface Method

Retrieves an array of headers that are registered as associated with requests to an invokable interface.

Pascal
function GetRequestHeaderInfoForInterface(Info: PTypeInfo): THeaderItemArray;
C++
__fastcall THeaderItemArray GetRequestHeaderInfoForInterface(PTypeInfo Info);

Typically, applications do not need to call GetRequestHeaderInfoForInterface. This method is used internally by the WSDL publisher to generate the WSDL that describes the headers that are used in messages that invoke a method on an invokable interface.  

Info is the runtime type information (RTTI) from a registered invokable interface. The interface must have been previously registered by a call to the RegisterInterface method.  

GetRequestHeaderInfoForInterface returns an array of IntfHeaderItem values, each of which describes a header that was registered for request messages on the invokable interface by a call to the RegisterHeaderClass method.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!