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 TypeClassDescriptionclassException thrown when a SOAP body could not be accessed.classException thrown when a SOAP element could not be accessed.classException thrown when a SOAP body could not be accessed.classException thrown when a SOAP fault could not be accessed.classException thrown when a SOAP header could not be accessed.classException 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 TypeClassDescriptionclassException thrown when an Axiom SOAP body could not be accessed.classAxiom-specificSoapElementException.classAxiom-specificSoapEnvelopeException.classAxiom-specificSoapFaultException.classAxiom-specificSoapHeaderException.classAxiom-specificSoapMessageCreationException.classAxiom-specificSoapMessageException. -
Uses of SoapMessageException in org.springframework.ws.soap.saaj
Subclasses of SoapMessageException in org.springframework.ws.soap.saajModifier and TypeClassDescriptionclassA SAAJSoapBodyException.classA SAAJSoapElementException.classA SAAJSoapEnvelopeException.classA SAAJSoapFaultException.classA SAAJSoapHeaderException.classA SAAJSoapMessageCreationException.classA SAAJSoapMessageException.