javax.xml.soap

Interface SOAPFaultElement

All Superinterfaces:
org.w3c.dom.Element, Node, SOAPElement
Known Subinterfaces:
Detail
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.Node

detachNode, getParentElement, getValue, recycleNode, setParentElement, setValue

Methods inherited from interface javax.xml.soap.SOAPElement

addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getVisibleNamespacePrefixes, removeAttribute, removeContents, removeNamespaceDeclaration, setEncodingStyle

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