| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.axis.message.NodeImplorg.apache.axis.message.MessageElementorg.apache.axis.message.SOAPBodyElementNested 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 AxisFaultpublic void setParentElement(SOAPElement parent) throws SOAPException
Sets the parent of thisNodeobject to the givenSOAPElementobject.
- Specified by:
- setParentElement in interface Node
- Overrides:
- setParentElement in interface NodeImpl
- Parameters:
parent- theSOAPElementobject to be set as the parent of thisNodeobject
- Throws:
SOAPException- if there is a problem in setting the parent to the given element
- See Also:
getParentElement()