Spring Web Services Framework

org.springframework.ws.soap
Interface SoapFaultDetailElement

All Superinterfaces:
SoapElement

public interface SoapFaultDetailElement
extends SoapElement

Represents the content for an individual SOAP detail entry in a SOAP Message. All SoapFaultDetailElements are contained in a SoapDetail.

Since:
1.0.0
Author:
Arjen Poutsma
See Also:
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

getResult

Result getResult()
Returns a Result that allows for writing to the contents of the detail element.


addText

void addText(String text)
Adds a new text node to this element.


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.