|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SoapFaultDetailElement
Represents the content for an individual SOAP detail entry in a SOAP Message. All
SoapFaultDetailElement
s are contained in a SoapDetail
.
SoapFaultDetail
Method Summary | |
---|---|
void |
addText(String text)
Adds a new text node to this element. |
Result |
getResult()
Returns a Result that allows for writing to the contents of the detail element. |
Methods inherited from interface org.springframework.ws.soap.SoapElement |
---|
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute |
Method Detail |
---|
Result getResult()
Result
that allows for writing to the contents of the detail element.
void addText(String text)
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |