|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapFaultException | |
---|---|
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. |
Uses of SoapFaultException in org.springframework.ws.soap |
---|
Methods in org.springframework.ws.soap that throw SoapFaultException | |
---|---|
SoapFault |
SoapBody.addClientOrSenderFault(String faultStringOrReason,
Locale locale)
Adds a Client /Sender fault to the body. |
SoapFault |
SoapBody.addMustUnderstandFault(String faultStringOrReason,
Locale locale)
Adds a MustUnderstand fault to the body. |
SoapFault |
SoapBody.addServerOrReceiverFault(String faultStringOrReason,
Locale locale)
Adds a Server /Receiver fault to the body. |
SoapFault |
SoapBody.addVersionMismatchFault(String faultStringOrReason,
Locale locale)
Adds a VersionMismatch fault to the body. |
Uses of SoapFaultException in org.springframework.ws.soap.axiom |
---|
Subclasses of SoapFaultException in org.springframework.ws.soap.axiom | |
---|---|
class |
AxiomSoapFaultException
|
Uses of SoapFaultException in org.springframework.ws.soap.saaj |
---|
Subclasses of SoapFaultException in org.springframework.ws.soap.saaj | |
---|---|
class |
SaajSoapFaultException
|
Uses of SoapFaultException in org.springframework.ws.soap.soap11 |
---|
Methods in org.springframework.ws.soap.soap11 that throw SoapFaultException | |
---|---|
Soap11Fault |
Soap11Body.addFault(QName faultCode,
String faultString,
Locale faultStringLocale)
Adds a SOAP 1.1 |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |