Uses of Interface
jakarta.xml.soap.Node
Packages that use Node
-
Uses of Node in jakarta.xml.soap
Subinterfaces of Node in jakarta.xml.soapModifier and TypeInterfaceDescriptioninterfaceA container forDetailEntryobjects.interfaceThe content for aDetailobject, giving details for aSOAPFaultobject.interfaceAn object that represents the contents of the SOAP body element in a SOAP message.interfaceASOAPBodyElementobject represents the contents in aSOAPBodyobject.interfaceAn object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.interfaceThe container for the SOAPHeader and SOAPBody portions of aSOAPPartobject.interfaceAn element in theSOAPBodyobject that contains error and/or status information.interfaceA representation of the contents in aSOAPFaultobject.interfaceA representation of the SOAP header element.interfaceAn object representing the contents in the SOAP header part of the SOAP envelope.interfaceA representation of a node whose value is text.Classes in jakarta.xml.soap that implement NodeModifier and TypeClassDescriptionclassThe container for the SOAP-specific portion of aSOAPMessageobject.Methods in jakarta.xml.soap that return NodeModifier and TypeMethodDescriptionSAAJResult.getResult()Gets the resulting Tree that was created under the specified root Node.Methods in jakarta.xml.soap that return types with arguments of type NodeModifier and TypeMethodDescriptionSOAPElement.getChildElements()Returns anIteratorover all the immediate childNodes of this element.SOAPElement.getChildElements(Name name) Returns anIteratorover all the immediate childNodes of this element with the specified name.SOAPElement.getChildElements(QName qname) Returns anIteratorover all the immediate childNodes of this element with the specified qname.