Main Page   Class Hierarchy   Compound List   File List   Compound Members  

SoapHeader Class Reference

The Header element information item according to SOAP 1.2 specification. More...

#include <SoapHeader.h>

Inheritance diagram for SoapHeader:

ISoapHeader List of all members.

Public Methods

IHeaderBlockgetHeaderBlock ()
int addNamespaceDecl (Attribute *pAttribute)
int addAttribute (Attribute *pAttribute)
int serialize (SoapSerializer &pSZ, SOAP_VERSION eSoapVersion)
void addHeaderBlock (HeaderBlock *headerBlock)
 SoapHeader ()
virtual ~SoapHeader ()

Detailed Description

The Header element information item according to SOAP 1.2 specification.

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.

Author:
Roshan Weerasuriya (roshan@jkcs.slt.lk, roshan@opensource.lk)


The documentation for this class was generated from the following files:
Generated on Wed Dec 24 18:05:05 2003 for axisc++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002