Uses of Interface
org.springframework.ws.soap.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
Modifier and TypeMethodDescriptionSoapHeader.addHeaderElement
(QName name) Adds a newSoapHeaderElement
with the specified qualified name to this header.Modifier 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
Modifier and TypeMethodDescriptionprotected void
AbstractAddressingVersion.addEndpointReference
(SoapHeaderElement headerElement, 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
Modifier and TypeMethodDescriptionboolean
AbstractWsSecurityInterceptor.understands
(SoapHeaderElement headerElement) -
Uses of SoapHeaderElement in org.springframework.ws.soap.server
Modifier 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
Modifier and TypeMethodDescriptionboolean
DelegatingSmartSoapEndpointInterceptor.understands
(SoapHeaderElement header) boolean
SoapEnvelopeLoggingInterceptor.understands
(SoapHeaderElement header) -
Uses of SoapHeaderElement 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 SoapHeaderElement in org.springframework.ws.soap.soap12
Modifier and TypeMethodDescriptionSoap12Header.addNotUnderstoodHeaderElement
(QName headerName) Adds a new NotUnderstoodSoapHeaderElement
this header.Soap12Header.addUpgradeHeaderElement
(String[] supportedSoapUris) Adds a new UpgradeSoapHeaderElement
this header.Modifier and TypeMethodDescriptionSoap12Header.examineHeaderElementsToProcess
(String[] roles, boolean isUltimateReceiver) Returns anIterator
over all theheader elements
that should be processed for the given roles.