Previous section   Next section
SOAPFaultElement javax.xml.soap

SAAJ 1.1; JWSDP 1.0, J2EE 1.4
public interface SOAPFaultElement extends SOAPElement {
}

SOAPFaultElement is a subinterface of SOAPElement that represents an element that has been added directly to a SOAPFault. In all other respects, a SOAPFaultElement is the same as a SOAPElement. The Detail element, described earlier in this chapter, is an example of a SOAPFaultElement that can be created using the addDetail( ) method of the SOAPFault interface. There are two other ways to create a SOAPFaultElement:

Implementations

Detail


  Previous section   Next section