Package | Description |
---|---|
org.springframework.ws.soap |
Provides the SOAP functionality of the Spring Web Services framework.
|
org.springframework.ws.soap.axiom |
AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure.
|
org.springframework.ws.soap.saaj |
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
|
org.springframework.ws.soap.soap11 |
Contains interfaces specific to SOAP 1.1.
|
org.springframework.ws.soap.soap12 |
Contains interfaces specific to SOAP 1.2.
|
Modifier and Type | Method and Description |
---|---|
SoapHeaderElement |
SoapHeader.addHeaderElement(QName name)
Adds a new
SoapHeaderElement with the specified qualified name to this header. |
Iterator<SoapHeaderElement> |
SoapHeader.examineAllHeaderElements()
Returns an
Iterator over all the SoapHeaderElement s in this header. |
Iterator<SoapHeaderElement> |
SoapHeader.examineHeaderElements(QName name)
Returns an
Iterator over all the SoapHeaderElement s with the given qualified name in this header. |
Iterator<SoapHeaderElement> |
SoapHeader.examineMustUnderstandHeaderElements(String actorOrRole)
Returns an
Iterator over all the SoapHeaderElement s that have the specified actor or
role and that have a MustUnderstand attribute whose value is equivalent to true . |
String |
SoapHeaderElement.getActorOrRole()
Returns the actor or role for this header element.
|
SoapHeader |
SoapEnvelope.getHeader()
Returns the
SoapHeader . |
boolean |
SoapHeaderElement.getMustUnderstand()
Indicates whether the
mustUnderstand attribute for this header element is set. |
Result |
SoapHeaderElement.getResult()
Returns a
Result that allows for writing to the contents of the header element. |
SoapHeader |
SoapMessage.getSoapHeader()
Returns the
SoapHeader associated with this SoapMessage . |
void |
SoapHeader.removeHeaderElement(QName name)
Removes the
SoapHeaderElement 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 the
mustUnderstand attribute for this header element. |
Modifier and Type | Class and Description |
---|---|
class |
AxiomSoapHeaderException |
Modifier and Type | Class and Description |
---|---|
class |
SaajSoapHeaderException |
Modifier and Type | Method and Description |
---|---|
Iterator<SoapHeaderElement> |
Soap11Header.examineHeaderElementsToProcess(String[] actors)
Returns an
Iterator over all the header elements that should be processed
for the given actors. |
Modifier and Type | Method and Description |
---|---|
Iterator<SoapHeaderElement> |
Soap12Header.examineHeaderElementsToProcess(String[] roles,
boolean isUltimateReceiver)
Returns an
Iterator over all the header elements that should be processed
for the given roles. |
Copyright © 2020 Pivotal Software. All rights reserved.