Uses of Class
org.springframework.ws.soap.SoapMessageException
Packages that use SoapMessageException
Package
Description
Provides the SOAP functionality of the Spring Web Services framework.
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.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
.