|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SoapFault
Represents the Fault
element in the body of a SOAP message.
fault code
, fault string/reason
, and
role
.
Method Summary | |
---|---|
SoapFaultDetail |
addFaultDetail()
Creates an optional SoapFaultDetail object and assigns it to this fault. |
String |
getFaultActorOrRole()
Returns the fault actor or role. |
QName |
getFaultCode()
Returns the fault code. |
SoapFaultDetail |
getFaultDetail()
Returns the optional detail element for this SoapFault . |
String |
getFaultStringOrReason()
Returns the fault string or reason. |
void |
setFaultActorOrRole(String faultActor)
Sets the fault actor. |
Methods inherited from interface org.springframework.ws.soap.SoapElement |
---|
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute |
Method Detail |
---|
QName getFaultCode()
String getFaultStringOrReason()
String getFaultActorOrRole()
void setFaultActorOrRole(String faultActor)
SoapFaultDetail getFaultDetail()
SoapFault
.
SoapFaultDetail addFaultDetail()
SoapFaultDetail
object and assigns it to this fault.
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |