org.springframework.ws.soap.soap11
Interface Soap11Fault
- All Superinterfaces:
- SoapElement, SoapFault
public interface Soap11Fault
- extends SoapFault
Subinterface of SoapFault that exposes SOAP 1.1 functionality. Necessary because SOAP 1.1 differs from
SOAP 1.2 with respect to SOAP Faults.
- Author:
- Arjen Poutsma
getFaultString
String getFaultString()
- Returns the fault string.
getFaultStringLocale
Locale getFaultStringLocale()
- Returns the locale of the fault string.
Copyright (c) 2005-2006 The Spring Framework Project.