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 interfaceDetailA container forDetailEntryobjects.interfaceDetailEntryThe content for aDetailobject, giving details for aSOAPFaultobject.interfaceSOAPBodyAn object that represents the contents of the SOAP body element in a SOAP message.interfaceSOAPBodyElementASOAPBodyElementobject represents the contents in aSOAPBodyobject.interfaceSOAPElementAn object representing the contents in aSOAPBodyobject, the contents in aSOAPHeaderobject, the content that can follow theSOAPBodyobject in aSOAPEnvelopeobject, or what can follow the detail element in aSOAPFaultobject.interfaceSOAPEnvelopeThe container for the SOAPHeader and SOAPBody portions of aSOAPPartobject.interfaceSOAPFaultAn element in theSOAPBodyobject that contains error and/or status information.interfaceSOAPFaultElementA representation of the contents in aSOAPFaultobject.interfaceSOAPHeaderA representation of the SOAP header element.interfaceSOAPHeaderElementAn object representing the contents in the SOAP header part of the SOAP envelope.interfaceTextA 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 classCDATAImplclassCommentImplMost of methods are inherited from TEXT, defined for its Interface Marker onlyclassDetailDetail Container implementationclassDetailEntryDetail Entry implementationclassInputStreamBodyclassMessageElementMessageElement is the base type of nodes of the SOAP message parse tree.classNodeImplThis is our implementation of the DOM nodeclassRPCElementclassRPCHeaderParamclassRPCParamAn RPC parameterclassSOAPBodyHolder for body elements.classSOAPBodyElementA Body element.classSOAPEnvelopeImplementation of a SOAP EnvelopeclassSOAPFaultA Fault body element.classSOAPFaultElementSOAP Fault implementationclassSOAPHeaderHolder for header elements.classSOAPHeaderElementA simple header element abstraction.classTextA representation of a node whose value is text.
-