Uses of Interface
jakarta.xml.soap.Node

  • Uses of Node in jakarta.xml.soap

    Subinterfaces of Node in jakarta.xml.soap
    Modifier and Type
    Interface
    Description
    interface 
    A container for DetailEntry objects.
    interface 
    The content for a Detail object, giving details for a SOAPFault object.
    interface 
    An object that represents the contents of the SOAP body element in a SOAP message.
    interface 
    A SOAPBodyElement object represents the contents in a SOAPBody 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 a SOAPPart object.
    interface 
    An element in the SOAPBody object that contains error and/or status information.
    interface 
    A representation of the contents in a SOAPFault 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 Node
    Modifier and Type
    Class
    Description
    class 
    The container for the SOAP-specific portion of a SOAPMessage object.
    Methods in jakarta.xml.soap that return Node
    Modifier and Type
    Method
    Description
    SAAJResult.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 Node
    Modifier and Type
    Method
    Description
    SOAPElement.getChildElements()
    Returns an Iterator over all the immediate child Nodes of this element.
    SOAPElement.getChildElements(Name name)
    Returns an Iterator over all the immediate child Nodes of this element with the specified name.
    SOAPElement.getChildElements(QName qname)
    Returns an Iterator over all the immediate child Nodes of this element with the specified qname.