|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Soap11Header
Subinterface of SoapHeader
that exposes SOAP 1.1 functionality.
Method Summary | |
---|---|
Iterator<SoapHeaderElement> |
examineHeaderElementsToProcess(String[] actors)
Returns an Iterator over all the header elements that should be processed
for the given actors. |
Methods inherited from interface org.springframework.ws.soap.SoapHeader |
---|
addHeaderElement, examineAllHeaderElements, examineHeaderElements, examineMustUnderstandHeaderElements, getResult, removeHeaderElement |
Methods inherited from interface org.springframework.ws.soap.SoapElement |
---|
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute |
Method Detail |
---|
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 for
SoapHeaderException
- if the headers cannot be returnedSoapHeaderElement
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |