Uses of Interface
javax.xml.soap.Node
-
Packages that use Node Package Description javax.xml.soap org.apache.axis.message -
-
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 the contents in aSOAPBody
object, the contents in aSOAPHeader
object, the content that can follow theSOAPBody
object in aSOAPEnvelope
object, or what can follow the detail element in aSOAPFault
object.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. -
Uses of Node in org.apache.axis.message
Classes in org.apache.axis.message that implement Node Modifier and Type Class Description class
CDATAImpl
class
CommentImpl
Most of methods are inherited from TEXT, defined for its Interface Marker onlyclass
Detail
Detail Container implementationclass
DetailEntry
Detail Entry implementationclass
InputStreamBody
class
MessageElement
MessageElement is the base type of nodes of the SOAP message parse tree.class
NodeImpl
This is our implementation of the DOM nodeclass
RPCElement
class
RPCHeaderParam
class
RPCParam
An RPC parameterclass
SOAPBody
Holder for body elements.class
SOAPBodyElement
A Body element.class
SOAPEnvelope
Implementation of a SOAP Envelopeclass
SOAPFault
A Fault body element.class
SOAPFaultElement
SOAP Fault implementationclass
SOAPHeader
Holder for header elements.class
SOAPHeaderElement
A simple header element abstraction.class
Text
A representation of a node whose value is text.
-