Save This Page
Home » openjdk-7 » javax » xml » soap » [javadoc | source]
javax.xml.soap
public interface: SOAPFaultElement [javadoc | source]

All Implemented Interfaces:
    SOAPElement

All Known Implementing Classes:
    Detail

A representation of the contents in a SOAPFault object. The Detail interface is a SOAPFaultElement.

Content is added to a SOAPFaultElement using the SOAPElement method addTextNode.