Uses of Class
org.springframework.ws.soap.SoapHeaderException
Package
Description
Provides the SOAP functionality of the Spring Web Services framework.
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
Contains interfaces specific to SOAP 1.1.
Contains interfaces specific to SOAP 1.2.
-
Uses of SoapHeaderException in org.springframework.ws.soap
Modifier and TypeMethodDescriptionSoapHeader.addHeaderElement
(QName name) Adds a newSoapHeaderElement
with the specified qualified name to this header.SoapHeader.examineAllHeaderElements()
Returns anIterator
over all theSoapHeaderElement
s in this header.SoapHeader.examineHeaderElements
(QName name) Returns anIterator
over all theSoapHeaderElement
s with the given qualified name in this header.SoapHeader.examineMustUnderstandHeaderElements
(String actorOrRole) Returns anIterator
over all theSoapHeaderElement
s that have the specified actor or role and that have aMustUnderstand
attribute whose value is equivalent totrue
.SoapHeaderElement.getActorOrRole()
Returns the actor or role for this header element.SoapEnvelope.getHeader()
Returns theSoapHeader
.boolean
SoapHeaderElement.getMustUnderstand()
Indicates whether themustUnderstand
attribute for this header element is set.SoapHeaderElement.getResult()
Returns aResult
that allows for writing to the contents of the header element.SoapMessage.getSoapHeader()
Returns theSoapHeader
associated with thisSoapMessage
.void
SoapHeader.removeHeaderElement
(QName name) Removes theSoapHeaderElement
with the specified qualified name from this header.void
SoapHeaderElement.setActorOrRole
(String actorOrRole) Sets the actor or role for this header element.void
SoapHeaderElement.setMustUnderstand
(boolean mustUnderstand) Sets themustUnderstand
attribute for this header element. -
Uses of SoapHeaderException in org.springframework.ws.soap.saaj
-
Uses of SoapHeaderException in org.springframework.ws.soap.soap11
Modifier and TypeMethodDescriptionSoap11Header.examineHeaderElementsToProcess
(String[] actors) Returns anIterator
over all theheader elements
that should be processed for the given actors. -
Uses of SoapHeaderException in org.springframework.ws.soap.soap12
Modifier and TypeMethodDescriptionSoap12Header.examineHeaderElementsToProcess
(String[] roles, boolean isUltimateReceiver) Returns anIterator
over all theheader elements
that should be processed for the given roles.