Uses of Interface
jakarta.xml.soap.Node
Packages that use Node
Package
Description
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.soapModifier and TypeInterfaceDescriptioninterface
Different implementations for SOAP Envelope must all implement this interface.interface
Classes in com.sun.xml.messaging.saaj.soap that implement NodeModifier and TypeClassDescriptionclass
class
SOAPPartImpl is the first attachment.Methods in com.sun.xml.messaging.saaj.soap that return NodeModifier and TypeMethodDescriptionFind a soap wrapper for w3c dom node.Methods in com.sun.xml.messaging.saaj.soap with parameters of type Node -
Uses of Node in com.sun.xml.messaging.saaj.soap.impl
Classes in com.sun.xml.messaging.saaj.soap.impl that implement NodeModifier and TypeClassDescriptionclass
class
All elements of the SOAP-ENV:BODY.class
The implementation of SOAP-ENV:BODY or the SOAPBody abstraction.class
class
class
class
class
Our implementation of the SOAP envelope.class
class
class
class
class
class
class
TextImpl<T extends CharacterData>
Methods in com.sun.xml.messaging.saaj.soap.impl that return NodeMethods in com.sun.xml.messaging.saaj.soap.impl that return types with arguments of type NodeModifier and TypeMethodDescriptionElementImpl.getChildElements()
ElementImpl.getChildElements
(Name name) ElementImpl.getChildElements
(QName qname) 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 NodeModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of Node in com.sun.xml.messaging.saaj.soap.ver1_2
Classes in com.sun.xml.messaging.saaj.soap.ver1_2 that implement NodeModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of Node in jakarta.xml.soap
Subinterfaces of Node in jakarta.xml.soapModifier and TypeInterfaceDescriptioninterface
A container forDetailEntry
objects.interface
The content for aDetail
object, giving details for aSOAPFault
object.interface
An object that represents the contents of the SOAP body element in a SOAP message.interface
ASOAPBodyElement
object represents the contents in aSOAPBody
object.interface
An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.interface
The container for the SOAPHeader and SOAPBody portions of aSOAPPart
object.interface
An element in theSOAPBody
object that contains error and/or status information.interface
A representation of the contents in aSOAPFault
object.interface
A representation of the SOAP header element.interface
An object representing the contents in the SOAP header part of the SOAP envelope.interface
A representation of a node whose value is text.Classes in jakarta.xml.soap that implement NodeModifier and TypeClassDescriptionclass
The container for the SOAP-specific portion of aSOAPMessage
object.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 anIterator
over all the immediate childNode
s of this element.SOAPElement.getChildElements
(Name name) Returns anIterator
over all the immediate childNode
s of this element with the specified name.SOAPElement.getChildElements
(QName qname) Returns anIterator
over all the immediate childNode
s of this element with the specified qname.