Uses of Interface
jakarta.xml.soap.Node
-
Packages that use Node Package Description com.sun.xml.messaging.saaj.soap com.sun.xml.messaging.saaj.soap.impl com.sun.xml.messaging.saaj.soap.ver1_1 com.sun.xml.messaging.saaj.soap.ver1_2 jakarta.xml.soap Provides the API for creating and building SOAP messages. -
-
Uses of Node in com.sun.xml.messaging.saaj.soap
Subinterfaces of Node in com.sun.xml.messaging.saaj.soap Modifier and Type Interface Description interfaceEnvelopeDifferent implementations for SOAP Envelope must all implement this interface.interfaceLazyEnvelopeClasses in com.sun.xml.messaging.saaj.soap that implement Node Modifier and Type Class Description classSOAPDocumentImplclassSOAPPartImplSOAPPartImpl is the first attachment.Methods in com.sun.xml.messaging.saaj.soap that return Node Modifier and Type Method Description NodeSOAPDocumentImpl. find(Node node)Find a soap wrapper for w3c dom node.Methods in com.sun.xml.messaging.saaj.soap with parameters of type Node Modifier and Type Method Description voidSOAPDocumentImpl. register(Node node) -
Uses of Node in com.sun.xml.messaging.saaj.soap.impl
Classes in com.sun.xml.messaging.saaj.soap.impl that implement Node Modifier and Type Class Description classAttrImplclassBodyElementImplAll elements of the SOAP-ENV:BODY.classBodyImplThe implementation of SOAP-ENV:BODY or the SOAPBody abstraction.classCDATAImplclassDetailEntryImplclassDetailImplclassElementImplclassEnvelopeImplOur implementation of the SOAP envelope.classFaultElementImplclassFaultImplclassHeaderElementImplclassHeaderImplclassSOAPCommentImplclassSOAPTextImplclassTextImpl<T extends CharacterData>Methods in com.sun.xml.messaging.saaj.soap.impl that return Node Modifier and Type Method Description protected NodeElementImpl. getValueNode()Methods in com.sun.xml.messaging.saaj.soap.impl that return types with arguments of type Node Modifier and Type Method Description Iterator<Node>ElementImpl. getChildElements()Iterator<Node>ElementImpl. getChildElements(Name name)Iterator<Node>ElementImpl. getChildElements(QName qname)protected Iterator<Node>ElementImpl. getChildElementsFrom(Element element) -
Uses of Node in com.sun.xml.messaging.saaj.soap.ver1_1
Classes in com.sun.xml.messaging.saaj.soap.ver1_1 that implement Node Modifier and Type Class Description classBody1_1ImplclassBodyElement1_1ImplclassDetail1_1ImplclassDetailEntry1_1ImplclassEnvelope1_1ImplclassFault1_1ImplclassFaultElement1_1ImplclassHeader1_1ImplclassHeaderElement1_1ImplclassSOAPPart1_1Impl -
Uses of Node in com.sun.xml.messaging.saaj.soap.ver1_2
Classes in com.sun.xml.messaging.saaj.soap.ver1_2 that implement Node Modifier and Type Class Description classBody1_2ImplclassBodyElement1_2ImplclassDetail1_2ImplclassDetailEntry1_2ImplclassEnvelope1_2ImplclassFault1_2ImplclassFaultElement1_2ImplclassHeader1_2ImplclassHeaderElement1_2ImplclassSOAPPart1_2Impl -
Uses of Node in jakarta.xml.soap
Subinterfaces of Node in jakarta.xml.soap Modifier and Type Interface Description interfaceDetailA container forDetailEntryobjects.interfaceDetailEntryThe content for aDetailobject, giving details for aSOAPFaultobject.interfaceSOAPBodyAn object that represents the contents of the SOAP body element in a SOAP message.interfaceSOAPBodyElementASOAPBodyElementobject represents the contents in aSOAPBodyobject.interfaceSOAPElementAn object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.interfaceSOAPEnvelopeThe container for the SOAPHeader and SOAPBody portions of aSOAPPartobject.interfaceSOAPFaultAn element in theSOAPBodyobject that contains error and/or status information.interfaceSOAPFaultElementA representation of the contents in aSOAPFaultobject.interfaceSOAPHeaderA representation of the SOAP header element.interfaceSOAPHeaderElementAn object representing the contents in the SOAP header part of the SOAP envelope.interfaceTextA representation of a node whose value is text.Classes in jakarta.xml.soap that implement Node Modifier and Type Class Description classSOAPPartThe container for the SOAP-specific portion of aSOAPMessageobject.Methods in jakarta.xml.soap that return Node Modifier and Type Method Description NodeSAAJResult. getResult()Methods in jakarta.xml.soap that return types with arguments of type Node Modifier and Type Method Description Iterator<Node>SOAPElement. getChildElements()Returns anIteratorover all the immediate childNodes of this element.Iterator<Node>SOAPElement. getChildElements(Name name)Returns anIteratorover all the immediate childNodes of this element with the specified name.Iterator<Node>SOAPElement. getChildElements(QName qname)Returns anIteratorover all the immediate childNodes of this element with the specified qname.
-