Spring Web Services Framework

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.

Since:
1.0.0
Author:
Arjen Poutsma

Method Summary
 Locale getFaultStringLocale()
          Returns the locale of the fault string.
 
Methods inherited from interface org.springframework.ws.soap.SoapFault
addFaultDetail, getFaultActorOrRole, getFaultCode, getFaultDetail, getFaultStringOrReason, setFaultActorOrRole
 
Methods inherited from interface org.springframework.ws.soap.SoapElement
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute
 

Method Detail

getFaultStringLocale

Locale getFaultStringLocale()
Returns the locale of the fault string.


Spring Web Services Framework

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