|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapHeaderException | |
---|---|
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. |
Uses of SoapHeaderException in org.springframework.ws.soap |
---|
Methods in org.springframework.ws.soap that throw SoapHeaderException | |
---|---|
SoapHeaderElement |
SoapHeader.addHeaderElement(QName name)
Adds a new SoapHeaderElement with the specified qualified name to this header. |
Iterator |
SoapHeader.examineAllHeaderElements()
Returns an Iterator over all the SoapHeaderElement s in this header. |
Iterator |
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. |
Uses of SoapHeaderException in org.springframework.ws.soap.axiom |
---|
Subclasses of SoapHeaderException in org.springframework.ws.soap.axiom | |
---|---|
class |
AxiomSoapHeaderException
|
Uses of SoapHeaderException in org.springframework.ws.soap.saaj |
---|
Subclasses of SoapHeaderException in org.springframework.ws.soap.saaj | |
---|---|
class |
SaajSoapHeaderException
|
Uses of SoapHeaderException in org.springframework.ws.soap.soap11 |
---|
Methods in org.springframework.ws.soap.soap11 that throw SoapHeaderException | |
---|---|
Iterator |
Soap11Header.examineHeaderElementsToProcess(String[] actors)
Returns an Iterator over all the header elements that 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 SoapHeaderException | |
---|---|
Iterator |
Soap12Header.examineHeaderElementsToProcess(String[] roles,
boolean isUltimateReceiver)
Returns an Iterator over all the header elements that should be processed
for the given roles. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |