public interface FaultAwareWebServiceMessage extends WebServiceMessage
WebServiceMessage
that can contain special Fault messages. Fault messages (such as SoapFault
SOAP Faults) often require different processing rules.SoapMessage
Modifier and Type | Method and Description |
---|---|
String |
getFaultReason()
Returns the fault reason message.
|
boolean |
hasFault()
Does this message have a fault?
|
getPayloadResult, getPayloadSource, writeTo
boolean hasFault()
true
if the message has a fault.getFaultReason()
String getFaultReason()
null
when no fault is present.hasFault()
Copyright © 2005–2015 The Spring Web Services Framework. All rights reserved.