javax.xml.soap
Interface SOAPFaultElement

All Superinterfaces:
Node, SOAPElement
All Known Subinterfaces:
Detail
All Known Implementing Classes:
Detail, SOAPFaultElement

public interface SOAPFaultElement
extends SOAPElement

A representation of the contents in a SOAPFault object. The Detail interface is a SOAPFaultElement object that has been defined.

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


Methods inherited from interface javax.xml.soap.SOAPElement
addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, removeAttribute, removeNamespaceDeclaration, setEncodingStyle
 
Methods inherited from interface javax.xml.soap.Node
detachNode, getParentElement, getValue, recycleNode, setParentElement
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.