Package | Description |
---|---|
org.apache.axis.message |
Modifier and Type | Class and Description |
---|---|
class |
CDATAImpl |
class |
CommentImpl
Most of methods are inherited from TEXT, defined for its Interface Marker
only
|
class |
Detail
Detail Container implementation
|
class |
DetailEntry
Detail Entry implementation
|
class |
InputStreamBody |
class |
MessageElement
MessageElement is the base type of nodes of the SOAP message parse tree.
|
class |
RPCElement |
class |
RPCHeaderParam |
class |
RPCParam
An RPC parameter
|
class |
SOAPBody
Holder for body elements.
|
class |
SOAPBodyElement
A Body element.
|
class |
SOAPEnvelope
Implementation of a SOAP Envelope
|
class |
SOAPFault
A Fault body element.
|
class |
SOAPFaultElement
SOAP Fault implementation
|
class |
SOAPHeader
Holder for header elements.
|
class |
SOAPHeaderElement
A simple header element abstraction.
|
class |
Text
A representation of a node whose value is text.
|
Modifier and Type | Field and Description |
---|---|
protected NodeImpl |
NodeImpl.parent |
Modifier and Type | Method and Description |
---|---|
protected NodeImpl |
NodeImpl.getParent()
get the parent node
|
Modifier and Type | Method and Description |
---|---|
protected void |
SOAPEnvelope.childDeepCloned(NodeImpl oldNode,
NodeImpl newNode) |
protected void |
MessageElement.childDeepCloned(NodeImpl oldNode,
NodeImpl newNode) |
protected void |
NodeImpl.setParent(NodeImpl parent)
Set the parent node and invoke appendChild(this) to
add this node to the parent's list of children.
|
Copyright © The Apache Software Foundation. All Rights Reserved.