Adds a new NotUnderstood SoapHeaderElement this header.
Parameters: headerName - the qualified name of the header that was not understood the created SoapHeaderElement throws: org.springframework.ws.soap.SoapHeaderException - if the header cannot be created
Adds a new Upgrade SoapHeaderElement this header.
Parameters: supportedSoapUris - an array of the URIs of SOAP versions supported the created SoapHeaderElement throws: org.springframework.ws.soap.SoapHeaderException - if the header cannot be created
Returns an Iterator over all the
SoapHeaderElement header elements that should be processed
for the given roles. Headers target to the "next" role will always be included, and those targeted to "none" will
never be included.
Parameters: roles - an array of roles to search for Parameters: isUltimateReceiver - whether to search for headers for the ultimate receiver an iterator over all the header elements that contain the specified roles throws: SoapHeaderException - if the headers cannot be returned See Also:SoapHeaderElement