org.apache.axis2.soap
Interface SOAPFaultDetail

All Superinterfaces:
OMContainer, OMElement, OMNode
All Known Implementing Classes:
SOAPFaultDetailImpl

public interface SOAPFaultDetail
extends OMElement

The Detail element information item is intended for carrying application specific error information related to the SOAP Body .

The Detail element information item has: A [local name] of Detail . A [namespace name] of http://www.w3.org/2003/05/soap-envelope . Zero or more attribute information items in its [attributes] property. Zero or more child element information items in its [children] property.


Field Summary
 
Fields inherited from interface org.apache.axis2.om.OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
 
Method Summary
 void addDetailEntry(OMElement detailElement)
          Eran Chinthaka (chinthaka@apache.org)
 java.util.Iterator getAllDetailEntries()
           
 
Methods inherited from interface org.apache.axis2.om.OMElement
addAttribute, addAttribute, addChild, declareNamespace, declareNamespace, findNamespace, getAllDeclaredNamespaces, getAttribute, getAttributes, getBuilder, getChildElements, getChildren, getChildrenWithName, getFirstAttribute, getFirstChild, getFirstChildWithName, getFirstElement, getLocalName, getNamespace, getQName, getText, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeAttribute, setBuilder, setFirstChild, setLocalName, setNamespace, setText
 
Methods inherited from interface org.apache.axis2.om.OMNode
build, detach, discard, getNextSibling, getParent, getPreviousSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serializeWithCache
 
Methods inherited from interface org.apache.axis2.om.OMContainer
buildNext, isComplete
 

Method Detail

addDetailEntry

public void addDetailEntry(OMElement detailElement)
Eran Chinthaka (chinthaka@apache.org)


getAllDetailEntries

public java.util.Iterator getAllDetailEntries()