|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SoapFaultDetail
Represents the detail element in a SOAP fault. A detail contains SoapFaultDetailElements,
which represent the individual details.
SoapFaultDetailElement| Method Summary | |
|---|---|
SoapFaultDetailElement |
addFaultDetailElement(QName name)
Adds a new SoapFaultDetailElement with the specified qualified name to this detail. |
Iterator<SoapFaultDetailElement> |
getDetailEntries()
Gets an iterator over all of the SoapFaultDetailElements in this detail. |
Result |
getResult()
Returns a Result that represents the concents of the detail. |
| Methods inherited from interface org.springframework.ws.soap.SoapElement |
|---|
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute |
| Method Detail |
|---|
SoapFaultDetailElement addFaultDetailElement(QName name)
SoapFaultDetailElement with the specified qualified name to this detail.
name - the qualified name of the new detail element
SoapFaultDetailElementResult getResult()
Result that represents the concents of the detail.
The result can be used for marshalling.
Result of this elementIterator<SoapFaultDetailElement> getDetailEntries()
SoapFaultDetailElements in this detail.
SoapFaultDetailElementsSoapFaultDetailElement
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||