Uses of Interface
javax.xml.soap.Node

Packages that use Node
Package
Description
 
 
  • Uses of Node in javax.xml.soap

    Subinterfaces of Node in javax.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 the contents in a SOAPBody object, the contents in a SOAPHeader object, the content that can follow the SOAPBody object in a SOAPEnvelope object, or what can follow the detail element in a SOAPFault object.
    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.
  • Uses of Node in org.apache.axis.message

    Classes in org.apache.axis.message that implement Node
    Modifier and Type
    Class
    Description
    class 
     
    class 
    Most of methods are inherited from TEXT, defined for its Interface Marker only
    class 
    Detail Container implementation
    class 
    Detail Entry implementation
    class 
     
    class 
    MessageElement is the base type of nodes of the SOAP message parse tree.
    class 
    This is our implementation of the DOM node
    class 
     
    class 
     
    class 
    An RPC parameter
    class 
    Holder for body elements.
    class 
    A Body element.
    class 
    Implementation of a SOAP Envelope
    class 
    A Fault body element.
    class 
    SOAP Fault implementation
    class 
    Holder for header elements.
    class 
    A simple header element abstraction.
    class 
    A representation of a node whose value is text.