RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPDOMProcessor.FindHeaderProcessor Method

Locates a processor to interpret or generate a specified SOAP header.

Pascal
function FindHeaderProcessor(Namespace: WideString; HeaderName: WideString; TypeName: WideString): IDOMHeaderProcessor; virtual;
C++
virtual __fastcall IDOMHeaderProcessor FindHeaderProcessor(BSTR Namespace, BSTR HeaderName, BSTR TypeName);

FindHeaderProcessor returns the interface of the helper object that can generate or interpret a specified SOAP header. This processor must be previously added to the TSOAPDOMProcessor object's internal list of processors by a call to the AddHeaderProcessor method. 

Namespace is the namespace URI in which the SOAP header identified by HeaderName is defined. 

HeaderName is the name of the SOAP header that the processor handles. 

TypeName is the name of the type that is used for the value of the header.

Note: FindHeaderProcessor is supplied for backward compatibility. Headers are handled differently, using lists of TSOAPHeader descendants that are supplied as parameters to methods in descendant classes.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!