|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Soap12Fault
Subinterface of SoapFault
that exposes SOAP 1.2 functionality. Necessary because SOAP 1.1 differs from
SOAP 1.2 with respect to SOAP Faults.
Method Summary | |
---|---|
void |
addFaultSubcode(QName subcode)
Adds a fault subcode this fault. |
String |
getFaultNode()
Returns the fault node. |
String |
getFaultReasonText(Locale locale)
Returns the reason associated with the given language. |
Iterator<QName> |
getFaultSubcodes()
Returns an iteration over the fault subcodes. |
void |
setFaultNode(String uri)
Sets the fault node. |
void |
setFaultReasonText(Locale locale,
String text)
Sets the specified fault reason text. |
Methods inherited from interface org.springframework.ws.soap.SoapFault |
---|
addFaultDetail, getFaultActorOrRole, getFaultCode, getFaultDetail, getFaultStringOrReason, setFaultActorOrRole |
Methods inherited from interface org.springframework.ws.soap.SoapElement |
---|
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute |
Method Detail |
---|
Iterator<QName> getFaultSubcodes()
QNames
representing the fault subcodesvoid addFaultSubcode(QName subcode)
subcode
- the qualified name of the subcodeString getFaultNode()
void setFaultNode(String uri)
void setFaultReasonText(Locale locale, String text)
String getFaultReasonText(Locale locale)
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |