Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.axis.message.NodeImpl
org.apache.axis.message.MessageElement
org.apache.axis.message.SOAPBodyElement
Nested Class Summary |
Nested classes/interfaces inherited from class org.apache.axis.message.MessageElement | |
MessageElement.QNameAttr |
Field Summary |
Fields inherited from class org.apache.axis.message.MessageElement | |
_isRoot , context , encodingStyle , endEventIndex , fixupDeserializer , href , id , log , message , namespaces , qNameAttrs , recorder , startContentsIndex , startEventIndex , typeQName |
Fields inherited from class org.apache.axis.message.NodeImpl | |
_isDirty , attributes , children , document , log , name , namespaceURI , parent , prefix , textRep |
Constructor Summary | |
| |
| |
| |
| |
| |
| |
|
Method Summary | |
void |
|
public SOAPBodyElement()
public SOAPBodyElement(Element elem)
public SOAPBodyElement(InputStream input)
public SOAPBodyElement(String namespace, String localPart)
public SOAPBodyElement(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context) throws AxisFault
public void setParentElement(SOAPElement parent) throws SOAPException
Sets the parent of thisNode
object to the givenSOAPElement
object.
- Specified by:
- setParentElement in interface Node
- Overrides:
- setParentElement in interface NodeImpl
- Parameters:
parent
- theSOAPElement
object to be set as the parent of thisNode
object
- Throws:
SOAPException
- if there is a problem in setting the parent to the given element
- See Also:
getParentElement()