Uses of Interface
javax.xml.soap.Node
-
-
Uses of Node in javax.xml.soap
Subinterfaces of Node in javax.xml.soap Modifier and Type Interface Description interface
Detail
A container forDetailEntry
objects.interface
DetailEntry
The content for aDetail
object, giving details for aSOAPFault
object.interface
SOAPBody
An object that represents the contents of the SOAP body element in a SOAP message.interface
SOAPBodyElement
ASOAPBodyElement
object represents the contents in aSOAPBody
object.interface
SOAPElement
An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.interface
SOAPEnvelope
The container for the SOAPHeader and SOAPBody portions of aSOAPPart
object.interface
SOAPFault
An element in theSOAPBody
object that contains error and/or status information.interface
SOAPFaultElement
A representation of the contents in aSOAPFault
object.interface
SOAPHeader
A representation of the SOAP header element.interface
SOAPHeaderElement
An object representing the contents in the SOAP header part of the SOAP envelope.interface
Text
A representation of a node whose value is text.Classes in javax.xml.soap that implement Node Modifier and Type Class Description class
SOAPPart
The container for the SOAP-specific portion of aSOAPMessage
object.Methods in javax.xml.soap that return Node Modifier and Type Method Description Node
SAAJResult. getResult()
Methods in javax.xml.soap that return types with arguments of type Node Modifier and Type Method Description Iterator<Node>
SOAPElement. getChildElements()
Returns anIterator
over all the immediate childNode
s of this element.Iterator<Node>
SOAPElement. getChildElements(QName qname)
Returns anIterator
over all the immediate childNode
s of this element with the specified qname.Iterator<Node>
SOAPElement. getChildElements(Name name)
Returns anIterator
over all the immediate childNode
s of this element with the specified name.
-