Package org.springframework.ws.soap
Interface SoapFaultDetailElement
- All Superinterfaces:
SoapElement
Represents the content for an individual SOAP detail entry in a SOAP Message. All
SoapFaultDetailElement
s are
contained in a SoapDetail
.- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
-
Method Summary
Methods inherited from interface org.springframework.ws.soap.SoapElement
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute
-
Method Details
-
getResult
Result getResult()Returns aResult
that allows for writing to the contents of the detail element. -
addText
Adds a new text node to this element.
-