csoap.xml.soap
Class DetailImpl

java.lang.Object
  extended bycsoap.xml.soap.NodeImpl
      extended bycsoap.xml.soap.SOAPElementImpl
          extended bycsoap.xml.soap.DetailImpl
All Implemented Interfaces:
javax.xml.soap.Detail, javax.xml.soap.Node, javax.xml.soap.SOAPElement, javax.xml.soap.SOAPFaultElement

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


Constructor Summary
DetailImpl()
           
 
Method Summary
 javax.xml.soap.DetailEntry addDetailEntry(javax.xml.soap.Name name)
           
 java.util.Iterator getDetailEntries()
           
 
Methods inherited from class csoap.xml.soap.SOAPElementImpl
addAttribute, addBigTextNode, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getPrefixOf, getSOAPElementMutiRef, removeAttribute, removeNamespaceDeclaration, setEncodingStyle
 
Methods inherited from class csoap.xml.soap.NodeImpl
detachNode, getBigValue, getParentElement, getValue, isBig, recycleNode, setBigValue, setParentElement, setValue
 
Methods inherited from class java.lang.Object
clone, equals, 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, removeAttribute, removeNamespaceDeclaration, setEncodingStyle
 
Methods inherited from interface javax.xml.soap.Node
detachNode, getParentElement, getValue, recycleNode, setParentElement
 

Constructor Detail

DetailImpl

public DetailImpl()
Method Detail

addDetailEntry

public javax.xml.soap.DetailEntry addDetailEntry(javax.xml.soap.Name name)
Specified by:
addDetailEntry in interface javax.xml.soap.Detail

getDetailEntries

public java.util.Iterator getDetailEntries()
Specified by:
getDetailEntries in interface javax.xml.soap.Detail