org.apache.axis2.saaj
Class DetailImpl

java.lang.Object
  extended byorg.apache.axis2.saaj.NodeImpl
      extended byorg.apache.axis2.saaj.SOAPElementImpl
          extended byorg.apache.axis2.saaj.SOAPFaultElementImpl
              extended byorg.apache.axis2.saaj.DetailImpl
All Implemented Interfaces:
javax.xml.soap.Detail, org.w3c.dom.Element, org.w3c.dom.Node, javax.xml.soap.Node, javax.xml.soap.SOAPElement, javax.xml.soap.SOAPFaultElement

public class DetailImpl
extends SOAPFaultElementImpl
implements javax.xml.soap.Detail

Class DetailImpl


Field Summary
protected  SOAPFaultDetail detail
          Field detail
 
Fields inherited from class org.apache.axis2.saaj.SOAPElementImpl
omElement
 
Fields inherited from class org.apache.axis2.saaj.NodeImpl
document, omNode
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
DetailImpl(javax.xml.soap.SOAPFault parent)
          Constructor DetailImpl
DetailImpl(SOAPFaultDetail detail)
           
 
Method Summary
 javax.xml.soap.DetailEntry addDetailEntry(javax.xml.soap.Name name)
          Method addDetailEntry
protected  javax.xml.soap.DetailEntry addDetailEntry(OMElement detailEntry)
          Method addDetailEntry
 java.util.Iterator getDetailEntries()
          Method getDetailEntries
 
Methods inherited from class org.apache.axis2.saaj.SOAPElementImpl
addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributeValue, getChildElements, getChildElements, getElementName, getElementsByTagName, getElementsByTagNameNS, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getOMElement, getTagName, getVisibleNamespacePrefixes, hasAttribute, hasAttributeNS, removeAttribute, removeAttribute, removeAttributeNode, removeAttributeNS, removeContents, removeNamespaceDeclaration, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setEncodingStyle
 
Methods inherited from class org.apache.axis2.saaj.NodeImpl
appendChild, cloneNode, detachNode, equals, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOMNode, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getValue, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, recycleNode, removeChild, replaceChild, setNodeValue, setOwnerDocument, setParentElement, setPrefix, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 
Methods inherited from interface javax.xml.soap.Node
detachNode, getParentElement, getValue, recycleNode, setParentElement, setValue
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 
Methods inherited from interface org.w3c.dom.Element
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS
 

Field Detail

detail

protected SOAPFaultDetail detail
Field detail

Constructor Detail

DetailImpl

public DetailImpl(javax.xml.soap.SOAPFault parent)
Constructor DetailImpl

Parameters:
parent -

DetailImpl

public DetailImpl(SOAPFaultDetail detail)
Method Detail

addDetailEntry

public javax.xml.soap.DetailEntry addDetailEntry(javax.xml.soap.Name name)
                                          throws javax.xml.soap.SOAPException
Method addDetailEntry

Specified by:
addDetailEntry in interface javax.xml.soap.Detail
Parameters:
name -
Returns:
Throws:
javax.xml.soap.SOAPException
See Also:
Detail.addDetailEntry(javax.xml.soap.Name)

addDetailEntry

protected javax.xml.soap.DetailEntry addDetailEntry(OMElement detailEntry)
Method addDetailEntry

Parameters:
detailEntry -
Returns:

getDetailEntries

public java.util.Iterator getDetailEntries()
Method getDetailEntries

Specified by:
getDetailEntries in interface javax.xml.soap.Detail
Returns:
See Also:
Detail.getDetailEntries()