Spring Web Services Framework

Uses of Class
org.springframework.ws.soap.SoapFaultException

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. 
org.springframework.ws.soap.soap12 Contains interfaces specific to SOAP 1.2. 
 

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.addClientOrSenderFault(String faultStringOrReason, Locale locale)
           
 Soap11Fault Soap11Body.addFault(QName faultCode, String faultString, Locale faultStringLocale)
          Adds a SOAP 1.1 Fault to the body with a localized message.
 Soap11Fault Soap11Body.addMustUnderstandFault(String faultStringOrReason, Locale locale)
           
 Soap11Fault Soap11Body.addServerOrReceiverFault(String faultStringOrReason, Locale locale)
           
 Soap11Fault Soap11Body.addVersionMismatchFault(String faultStringOrReason, Locale locale)
           
 

Uses of SoapFaultException in org.springframework.ws.soap.soap12
 

Methods in org.springframework.ws.soap.soap12 that throw SoapFaultException
 Soap12Fault Soap12Body.addClientOrSenderFault(String faultStringOrReason, Locale locale)
           
 Soap12Fault Soap12Body.addDataEncodingUnknownFault(QName[] subcodes, String reason, Locale locale)
          Adds a DataEncodingUnknown fault to the body.
 Soap12Fault Soap12Body.addMustUnderstandFault(String faultStringOrReason, Locale locale)
           
 Soap12Fault Soap12Body.addServerOrReceiverFault(String faultStringOrReason, Locale locale)
           
 Soap12Fault Soap12Body.addVersionMismatchFault(String faultStringOrReason, Locale locale)
           
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.