Uses of Class
org.springframework.ws.soap.SoapFaultException
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.
Contains interfaces specific to SOAP 1.1.
Contains interfaces specific to SOAP 1.2.
-
Uses of SoapFaultException in org.springframework.ws.soap
Modifier and TypeMethodDescriptionSoapBody.addClientOrSenderFault
(String faultStringOrReason, Locale locale) Adds aClient
/Sender
fault to the body.SoapBody.addMustUnderstandFault
(String faultStringOrReason, Locale locale) Adds aMustUnderstand
fault to the body.SoapBody.addServerOrReceiverFault
(String faultStringOrReason, Locale locale) Adds aServer
/Receiver
fault to the body.SoapBody.addVersionMismatchFault
(String faultStringOrReason, Locale locale) Adds aVersionMismatch
fault to the body. -
Uses of SoapFaultException in org.springframework.ws.soap.saaj
-
Uses of SoapFaultException in org.springframework.ws.soap.soap11
Modifier and TypeMethodDescriptionSoap11Body.addClientOrSenderFault
(String faultStringOrReason, Locale locale) Adds a SOAP 1.1Fault to the body with a localized message.Soap11Body.addMustUnderstandFault
(String faultStringOrReason, Locale locale) Soap11Body.addServerOrReceiverFault
(String faultStringOrReason, Locale locale) Soap11Body.addVersionMismatchFault
(String faultStringOrReason, Locale locale) -
Uses of SoapFaultException in org.springframework.ws.soap.soap12
Modifier and TypeMethodDescriptionSoap12Body.addClientOrSenderFault
(String faultStringOrReason, Locale locale) Soap12Body.addDataEncodingUnknownFault
(QName[] subcodes, String reason, Locale locale) Adds aDataEncodingUnknown
fault to the body.Soap12Body.addMustUnderstandFault
(String faultStringOrReason, Locale locale) Soap12Body.addServerOrReceiverFault
(String faultStringOrReason, Locale locale) Soap12Body.addVersionMismatchFault
(String faultStringOrReason, Locale locale)