Uses of Interface
jakarta.xml.soap.Node
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of Node in com.sun.xml.messaging.saaj.soap
Modifier and TypeInterfaceDescriptioninterface
Different implementations for SOAP Envelope must all implement this interface.interface
Modifier and TypeClassDescriptionclass
class
SOAPPartImpl is the first attachment.Modifier and TypeMethodDescriptionFind a soap wrapper for w3c dom node. -
Uses of Node in com.sun.xml.messaging.saaj.soap.impl
Modifier 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>
Modifier 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
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of Node in com.sun.xml.messaging.saaj.soap.ver1_2
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of Node in jakarta.xml.soap
Modifier 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.Modifier and TypeClassDescriptionclass
The container for the SOAP-specific portion of aSOAPMessage
object.Modifier and TypeMethodDescriptionSAAJResult.getResult()
Gets the resulting Tree that was created under the specified root Node.Modifier 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.