|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.saaj.NodeImpl
org.apache.axis2.saaj.SOAPElementImpl
org.apache.axis2.saaj.SOAPFaultElementImpl
org.apache.axis2.saaj.DetailImpl
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.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 |
protected SOAPFaultDetail detail
Constructor Detail |
public DetailImpl(javax.xml.soap.SOAPFault parent)
parent
- public DetailImpl(SOAPFaultDetail detail)
Method Detail |
public javax.xml.soap.DetailEntry addDetailEntry(javax.xml.soap.Name name) throws javax.xml.soap.SOAPException
addDetailEntry
in interface javax.xml.soap.Detail
name
-
javax.xml.soap.SOAPException
Detail.addDetailEntry(javax.xml.soap.Name)
protected javax.xml.soap.DetailEntry addDetailEntry(OMElement detailEntry)
detailEntry
-
public java.util.Iterator getDetailEntries()
getDetailEntries
in interface javax.xml.soap.Detail
Detail.getDetailEntries()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |