Uses of Class
org.springframework.ws.soap.SoapHeaderException
Packages that use SoapHeaderException
Package
Description
Provides the SOAP functionality of the Spring Web Services framework.
AXis Object Model (AXIOM) support for Spring-WS soap message infrastructure.
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
Methods in org.springframework.ws.soap that throw SoapHeaderExceptionModifier and TypeMethodDescriptionSoapHeader.addHeaderElement(QName name) Adds a newSoapHeaderElementwith the specified qualified name to this header.SoapHeader.examineAllHeaderElements()Returns anIteratorover all theSoapHeaderElements in this header.SoapHeader.examineHeaderElements(QName name) Returns anIteratorover all theSoapHeaderElements with the given qualified name in this header.SoapHeader.examineMustUnderstandHeaderElements(String actorOrRole) Returns anIteratorover all theSoapHeaderElements that have the specified actor or role and that have aMustUnderstandattribute whose value is equivalent totrue.SoapHeaderElement.getActorOrRole()Returns the actor or role for this header element.@Nullable SoapHeaderSoapEnvelope.getHeader()Returns theSoapHeader.booleanSoapHeaderElement.getMustUnderstand()Indicates whether themustUnderstandattribute for this header element is set.SoapHeaderElement.getResult()Returns aResultthat allows for writing to the contents of the header element.@Nullable SoapHeaderSoapMessage.getSoapHeader()Returns theSoapHeaderassociated with this message.voidSoapHeader.removeHeaderElement(QName name) Removes theSoapHeaderElementwith the specified qualified name from this header.voidSoapHeaderElement.setActorOrRole(String actorOrRole) Sets the actor or role for this header element.voidSoapHeaderElement.setMustUnderstand(boolean mustUnderstand) Sets themustUnderstandattribute for this header element. -
Uses of SoapHeaderException in org.springframework.ws.soap.axiom
Subclasses of SoapHeaderException in org.springframework.ws.soap.axiom -
Uses of SoapHeaderException in org.springframework.ws.soap.saaj
Subclasses of SoapHeaderException in org.springframework.ws.soap.saaj -
Uses of SoapHeaderException in org.springframework.ws.soap.soap11
Methods in org.springframework.ws.soap.soap11 that throw SoapHeaderExceptionModifier and TypeMethodDescriptionSoap11Header.examineHeaderElementsToProcess(String @Nullable [] actors) Returns anIteratorover all theheader elementsthat should be processed for the given actors. -
Uses of SoapHeaderException in org.springframework.ws.soap.soap12
Methods in org.springframework.ws.soap.soap12 that throw SoapHeaderExceptionModifier and TypeMethodDescriptionSoap12Header.examineHeaderElementsToProcess(String @Nullable [] roles, boolean isUltimateReceiver) Returns anIteratorover all theheader elementsthat should be processed for the given roles.