public interface Soap11Header extends SoapHeader
SoapHeader
that exposes SOAP 1.1 functionality.Modifier and Type | Method and Description |
---|---|
Iterator<SoapHeaderElement> |
examineHeaderElementsToProcess(String[] actors)
Returns an
Iterator over all the header elements that should be processed
for the given actors. |
addHeaderElement, examineAllHeaderElements, examineHeaderElements, examineMustUnderstandHeaderElements, getResult, removeHeaderElement
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute
Iterator<SoapHeaderElement> examineHeaderElementsToProcess(String[] actors) throws SoapHeaderException
Iterator
over all the header elements
that should be processed
for the given actors. Headers target to the "next" actor or role will always be included.actors
- an array of actors to search forSoapHeaderException
- if the headers cannot be returnedSoapHeaderElement