#include <SoapHeader.h>
Inheritance diagram for SoapHeader:
Public Methods | |
IHeaderBlock * | getHeaderBlock () |
int | addNamespaceDecl (Attribute *pAttribute) |
int | addAttribute (Attribute *pAttribute) |
int | serialize (SoapSerializer &pSZ, SOAP_VERSION eSoapVersion) |
void | addHeaderBlock (HeaderBlock *headerBlock) |
SoapHeader () | |
virtual | ~SoapHeader () |
The Header element information item according to SOAP 1.2 specification. The Header element information item has: 1) A [local name] of Header. 2) A [namespace name] of "http://www.w3.org/2003/05/soap-envelope". 3) Zero or more namespace qualified attribute information items in its [attributes] property. 4) Zero or more namespace qualified element information items in its [children] property.
Each child element information item of the SOAP Header is called a SOAP header block.