Class DetailImpl

  • All Implemented Interfaces:
    javax.xml.soap.Detail, javax.xml.soap.Node, javax.xml.soap.SOAPBodyElement, javax.xml.soap.SOAPElement, javax.xml.soap.SOAPFaultElement, Element, Node
    Direct Known Subclasses:
    Detail1_1Impl, Detail1_2Impl

    public abstract class DetailImpl
    extends FaultElementImpl
    implements javax.xml.soap.Detail
    • Method Detail

      • createDetailEntry

        protected abstract javax.xml.soap.DetailEntry createDetailEntry​(javax.xml.soap.Name name)
      • createDetailEntry

        protected abstract javax.xml.soap.DetailEntry createDetailEntry​(QName name)
      • addDetailEntry

        public javax.xml.soap.DetailEntry addDetailEntry​(javax.xml.soap.Name name)
                                                  throws javax.xml.soap.SOAPException
        Specified by:
        addDetailEntry in interface javax.xml.soap.Detail
        Throws:
        javax.xml.soap.SOAPException
      • addDetailEntry

        public javax.xml.soap.DetailEntry addDetailEntry​(QName qname)
                                                  throws javax.xml.soap.SOAPException
        Specified by:
        addDetailEntry in interface javax.xml.soap.Detail
        Throws:
        javax.xml.soap.SOAPException
      • addElement

        protected javax.xml.soap.SOAPElement addElement​(javax.xml.soap.Name name)
                                                 throws javax.xml.soap.SOAPException
        Overrides:
        addElement in class ElementImpl
        Throws:
        javax.xml.soap.SOAPException
      • addElement

        protected javax.xml.soap.SOAPElement addElement​(QName name)
                                                 throws javax.xml.soap.SOAPException
        Overrides:
        addElement in class ElementImpl
        Throws:
        javax.xml.soap.SOAPException
      • getDetailEntries

        public Iterator<javax.xml.soap.DetailEntry> getDetailEntries()
        Specified by:
        getDetailEntries in interface javax.xml.soap.Detail