org.springframework.ws.soap.soap12
Interface Soap12Body
- All Superinterfaces:
- SoapBody, SoapElement
public interface Soap12Body
- extends SoapBody
Subinterface of SoapBody
that exposes SOAP 1.2 functionality. Necessary because SOAP 1.1 differs from
SOAP 1.2 with respect to SOAP Faults.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
addDataEncodingUnknownFault
Soap12Fault addDataEncodingUnknownFault(QName[] subcodes,
String reason,
Locale locale)
- Adds a
DataEncodingUnknown
fault to the body.
Adding a fault removes the current content of the body.
- Parameters:
subcodes
- the optional fully qualified fault subcodesreason
- the fault reasonlocale
- the language of the fault reason
- Returns:
- the created
SoapFault
Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.