Uses of Interface
org.springframework.ws.soap.SoapHeaderElement
Packages that use SoapHeaderElement
Package
Description
Provides the SOAP functionality of the Spring Web Services framework.
Contains abstractions over various versions of the WS-Addressing specification.
Provides WS-Security implementation classes.
Contains classes for SOAP-specific server-side Spring-WS support.
Provides miscellaneous endpoints
EndpointInterceptor
implementations for SOAP
purposes.Contains interfaces specific to SOAP 1.1.
Contains interfaces specific to SOAP 1.2.
-
Uses of SoapHeaderElement in org.springframework.ws.soap
Methods in org.springframework.ws.soap that return SoapHeaderElementModifier and TypeMethodDescriptionSoapHeader.addHeaderElement
(QName name) Adds a newSoapHeaderElement
with the specified qualified name to this header.Methods in org.springframework.ws.soap that return types with arguments of type SoapHeaderElementModifier and TypeMethodDescriptionSoapHeader.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
. -
Uses of SoapHeaderElement in org.springframework.ws.soap.addressing.version
Methods in org.springframework.ws.soap.addressing.version with parameters of type SoapHeaderElementModifier and TypeMethodDescriptionprotected void
AbstractAddressingVersion.addEndpointReference
(SoapHeaderElement headerElement, @Nullable EndpointReference epr) Adds ReplyTo, FaultTo, or From EPR to the given header Element.final boolean
AbstractAddressingVersion.understands
(SoapHeaderElement headerElement) boolean
AddressingVersion.understands
(SoapHeaderElement headerElement) Given aSoapHeaderElement
, return whether or not this version understands it. -
Uses of SoapHeaderElement in org.springframework.ws.soap.security
Methods in org.springframework.ws.soap.security with parameters of type SoapHeaderElementModifier and TypeMethodDescriptionboolean
AbstractWsSecurityInterceptor.understands
(SoapHeaderElement headerElement) -
Uses of SoapHeaderElement in org.springframework.ws.soap.server
Methods in org.springframework.ws.soap.server with parameters of type SoapHeaderElementModifier and TypeMethodDescriptionboolean
SoapEndpointInterceptor.understands
(SoapHeaderElement header) Given aSoapHeaderElement
, return whether or not thisSoapEndpointInterceptor
understands it. -
Uses of SoapHeaderElement in org.springframework.ws.soap.server.endpoint.interceptor
Methods in org.springframework.ws.soap.server.endpoint.interceptor with parameters of type SoapHeaderElementModifier and TypeMethodDescriptionboolean
DelegatingSmartSoapEndpointInterceptor.understands
(SoapHeaderElement header) boolean
SoapEnvelopeLoggingInterceptor.understands
(SoapHeaderElement header) -
Uses of SoapHeaderElement in org.springframework.ws.soap.soap11
Methods in org.springframework.ws.soap.soap11 that return types with arguments of type SoapHeaderElementModifier and TypeMethodDescriptionSoap11Header.examineHeaderElementsToProcess
(String @Nullable [] actors) Returns anIterator
over all theheader elements
that should be processed for the given actors. -
Uses of SoapHeaderElement in org.springframework.ws.soap.soap12
Methods in org.springframework.ws.soap.soap12 that return SoapHeaderElementModifier and TypeMethodDescriptionSoap12Header.addNotUnderstoodHeaderElement
(QName headerName) Adds a new NotUnderstoodSoapHeaderElement
this header.Soap12Header.addUpgradeHeaderElement
(String[] supportedSoapUris) Adds a new UpgradeSoapHeaderElement
this header.Methods in org.springframework.ws.soap.soap12 that return types with arguments of type SoapHeaderElementModifier and TypeMethodDescriptionSoap12Header.examineHeaderElementsToProcess
(String @Nullable [] roles, boolean isUltimateReceiver) Returns anIterator
over all theheader elements
that should be processed for the given roles.