RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetResponseHeaderInfoForInterface Method

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

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

Typically, applications do not need to call GetResponseHeaderInfoForInterface. This method is used internally by the WSDL publisher to generate the WSDL that describes the headers that are used in response messages that return the results of executing 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.  

GetResponseHeaderInfoForInterface returns an array of IntfHeaderItem values, each of which describes a header that was registered for response 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!