| PropertyEditor for SoapFaultDefinition objects. Takes strings of form
faultCode,faultString,locale
where faultCode is the string representation of a QName , faultStringOrReason
is the optional fault string, and locale is the optional string representations for the
faultStringOrReason language. By default, the language is set to English, and the fault string set to the
exception message.
Instead of supplying a custom fault code, you can use the constants SERVER or RECEIVER
indicate a Server /Receiver fault, or CLIENT or SENDER
toClient /Sender fault respectivaly.
For example:
RECEIVER,Server error
or
CLIENT,Client error
or
{http://springframework.org/spring-ws}spring-ws:FatalError},A fatal error has occurred
author: Arjen Poutsma See Also: javax.xml.namespace.QName.toString See Also: org.springframework.xml.namespace.QNameEditor See Also: SoapFaultDefinition.RECEIVER See Also: SoapFaultDefinition.SERVER See Also: SoapFaultDefinition.SENDER See Also: SoapFaultDefinition.CLIENT See Also: org.springframework.ws.soap.SoapFault.getFaultCode since: 1.0.0 |