|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FaultAwareWebServiceMessage
Sub-interface of WebServiceMessage
that can contain special Fault messages. Fault messages (such as SoapFault
SOAP Faults) often require different processing rules.
SoapMessage
Method Summary | |
---|---|
String |
getFaultReason()
Returns the fault reason message. |
boolean |
hasFault()
Does this message have a fault? |
Methods inherited from interface org.springframework.ws.WebServiceMessage |
---|
getPayloadResult, getPayloadSource, writeTo |
Method Detail |
---|
boolean hasFault()
true
if the message has a fault.getFaultReason()
String getFaultReason()
null
when no fault is present.hasFault()
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |