public interface SoapFaultDetail extends SoapElement
detail
element in a SOAP fault. A detail contains SoapFaultDetailElement
s,
which represent the individual details.SoapFaultDetailElement
Modifier and Type | Method and Description |
---|---|
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
SoapFaultDetailElement s in this detail. |
Result |
getResult()
Returns a
Result that represents the concents of the detail. |
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute
SoapFaultDetailElement addFaultDetailElement(QName name)
SoapFaultDetailElement
with the specified qualified name to this detail.name
- the qualified name of the new detail elementSoapFaultDetailElement
Result getResult()
Result
that represents the concents of the detail.
The result can be used for marshalling.
Result
of this elementIterator<SoapFaultDetailElement> getDetailEntries()
SoapFaultDetailElement
s in this detail.SoapFaultDetailElement
sSoapFaultDetailElement