Soap.SOAPDomConv.TSOAPDOMProcessor.MakeHeaderNodes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  MakeHeaderNodes(HeaderNode: IXMLNode): IXMLNode;

C++

Xml::Xmlintf::_di_IXMLNode __fastcall MakeHeaderNodes(Xml::Xmlintf::_di_IXMLNode HeaderNode);

Properties

Type Visibility Source Unit Parent
function protected
Soap.SOAPDomConv.pas
Soap.SOAPDomConv.hpp
Soap.SOAPDomConv TSOAPDOMProcessor

Description

Generates all the SOAP headers that this object knows how to create.

MakeHeaderNodes uses the processors that have been added by the AddHeaderProcessor method to generate a set of SOAP header nodes. These generated nodes are added as child nodes to the node specified by HeaderNode.

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

See Also