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:
  • Method Details

    • 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.