|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Soap12Header
Subinterface of SoapHeader
that exposes SOAP 1.2 functionality.
Method Summary | |
---|---|
SoapHeaderElement |
addNotUnderstoodHeaderElement(QName headerName)
Adds a new NotUnderstood SoapHeaderElement this header. |
SoapHeaderElement |
addUpgradeHeaderElement(String[] supportedSoapUris)
Adds a new Upgrade SoapHeaderElement this header. |
Iterator<SoapHeaderElement> |
examineHeaderElementsToProcess(String[] roles,
boolean isUltimateReceiver)
Returns an Iterator over all the header elements that should be processed
for the given roles. |
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 |
---|
SoapHeaderElement addNotUnderstoodHeaderElement(QName headerName)
SoapHeaderElement
this header.
headerName
- the qualified name of the header that was not understood
SoapHeaderElement
SoapHeaderException
- if the header cannot be createdSoapHeaderElement addUpgradeHeaderElement(String[] supportedSoapUris)
SoapHeaderElement
this header.
supportedSoapUris
- an array of the URIs of SOAP versions supported
SoapHeaderElement
SoapHeaderException
- if the header cannot be createdIterator<SoapHeaderElement> examineHeaderElementsToProcess(String[] roles, boolean isUltimateReceiver) throws SoapHeaderException
Iterator
over all the 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.
roles
- an array of roles to search forisUltimateReceiver
- whether to search for headers for the ultimate receiver
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 |