Uses of Class
org.springframework.ws.soap.SoapMessageException
Packages that use SoapMessageException
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.
-
Uses of SoapMessageException in org.springframework.ws.soap
Subclasses of SoapMessageException in org.springframework.ws.soapModifier and TypeClassDescriptionclass
Exception thrown when a SOAP body could not be accessed.class
Exception thrown when a SOAP element could not be accessed.class
Exception thrown when a SOAP body could not be accessed.class
Exception thrown when a SOAP fault could not be accessed.class
Exception thrown when a SOAP header could not be accessed.class
Exception thrown when a web service message cannot be created. -
Uses of SoapMessageException in org.springframework.ws.soap.axiom
Subclasses of SoapMessageException in org.springframework.ws.soap.axiomModifier and TypeClassDescriptionclass
Exception thrown when an Axiom SOAP body could not be accessed.class
Axiom-specificSoapElementException
.class
Axiom-specificSoapEnvelopeException
.class
Axiom-specificSoapFaultException
.class
Axiom-specificSoapHeaderException
.class
Axiom-specificSoapMessageCreationException
.class
Axiom-specificSoapMessageException
. -
Uses of SoapMessageException in org.springframework.ws.soap.saaj
Subclasses of SoapMessageException in org.springframework.ws.soap.saajModifier and TypeClassDescriptionclass
A SAAJSoapBodyException
.class
A SAAJSoapElementException
.class
A SAAJSoapEnvelopeException
.class
A SAAJSoapFaultException
.class
A SAAJSoapHeaderException
.class
A SAAJSoapMessageCreationException
.class
A SAAJSoapMessageException
.