|
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 SoapFaultDetailElement
s,
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 |
getDetailEntries()
Gets an iterator over all of the SoapFaultDetailElement s 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
SoapFaultDetailElement
Result getResult()
Result
that represents the concents of the detail.
The result can be used for marshalling.
Result
of this elementIterator getDetailEntries()
SoapFaultDetailElement
s in this detail.
SoapFaultDetailElement
sSoapFaultDetailElement
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |