Interface Soap11Header
- All Superinterfaces:
SoapElement
,SoapHeader
Subinterface of
SoapHeader
that exposes SOAP 1.1 functionality.- Since:
- 1.0.0
- Author:
- Arjen Poutsma
-
Method Summary
Modifier and TypeMethodDescriptionexamineHeaderElementsToProcess
(String[] actors) Returns anIterator
over all theheader elements
that should be processed for the given actors.Methods inherited from interface org.springframework.ws.soap.SoapElement
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute
Methods inherited from interface org.springframework.ws.soap.SoapHeader
addHeaderElement, examineAllHeaderElements, examineHeaderElements, examineMustUnderstandHeaderElements, getResult, removeHeaderElement
-
Method Details
-
examineHeaderElementsToProcess
Iterator<SoapHeaderElement> examineHeaderElementsToProcess(String[] actors) throws SoapHeaderException Returns anIterator
over all theheader elements
that should be processed for the given actors. Headers target to the "next" actor or role will always be included.- Parameters:
actors
- an array of actors to search for- Returns:
- an iterator over all the header elements that contain the specified actors
- Throws:
SoapHeaderException
- if the headers cannot be returned- See Also:
-