Represents the Header element in a SOAP message. A SOAP header contains SoapHeaderElements,
which represent the individual headers.
author: Arjen Poutsma See Also:SoapHeaderElement See Also:SoapEnvelope.getHeader since: 1.0.0
examineMustUnderstandHeaderElements(String actorOrRole) Returns an Iterator over all the SoapHeaderElements that have the specified actor or
role and that have a MustUnderstand attribute whose value is equivalent to true.
Adds a new SoapHeaderElement with the specified qualified name to this header.
Parameters: name - the qualified name of the new header element the created SoapHeaderElement throws: SoapHeaderException - if the header cannot be created
Returns an Iterator over all the SoapHeaderElements in this header.
an iterator over all the header elements throws: SoapHeaderException - if the header cannot be returned See Also:SoapHeaderElement
Returns an Iterator over all the SoapHeaderElements that have the specified actor or
role and that have a MustUnderstand attribute whose value is equivalent to true.
Parameters: actorOrRole - the actor (SOAP 1.1) or role (SOAP 1.2) for which to search an iterator over all the header elements that contain the specified actor/role and are marked asMustUnderstand throws: SoapHeaderException - if the headers cannot be returned See Also:SoapHeaderElement