Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

SOAPBodyElement Class Reference

#include <SOAPBodyElement.hpp>

Inheritance diagram for SOAPBodyElement::

MessageElement List of all members.

Public Methods

 SOAPBodyElement ()
 SOAPBodyElement (const DOM_Element &p_Elm)
 SOAPBodyElement (MessageElement *p_pBody)
 ~SOAPBodyElement ()
void AddMsgElement (const DOM_Element &p_Elm)
 Add any MessageElement as childs by associating corresponded DOM Element. More...

const MessageElementGetBody ()
void Serialize (XMLSerializer &serilizer)
 Serialize MessageElement. More...

void DeSerialize (XMLDeSerializer &dserilizer)
 Deserialize MessageElement. More...


Private Attributes

RPCElementm_pBody
SOAPFaultElementm_pFault

Constructor & Destructor Documentation

SOAPBodyElement::SOAPBodyElement ( )
 

Definition at line 72 of file SOAPBodyElement.cpp.

SOAPBodyElement::SOAPBodyElement ( const DOM_Element & p_Elm )
 

Definition at line 86 of file SOAPBodyElement.cpp.

SOAPBodyElement::SOAPBodyElement ( MessageElement * p_pBody )
 

Definition at line 79 of file SOAPBodyElement.cpp.

SOAPBodyElement::~SOAPBodyElement ( )
 

Definition at line 94 of file SOAPBodyElement.cpp.


Member Function Documentation

void SOAPBodyElement::AddMsgElement ( const DOM_Element & p_Elm ) [virtual]
 

Add any MessageElement as childs by associating corresponded DOM Element.

Reimplemented from MessageElement.

Definition at line 99 of file SOAPBodyElement.cpp.

void SOAPBodyElement::DeSerialize ( XMLDeSerializer & dserilizer ) [virtual]
 

Deserialize MessageElement.

Reimplemented from MessageElement.

Definition at line 121 of file SOAPBodyElement.cpp.

Referenced by SOAPEnvelope::DeSerialize().

const MessageElement * SOAPBodyElement::GetBody ( ) [inline]
 

Definition at line 85 of file SOAPBodyElement.hpp.

void SOAPBodyElement::Serialize ( XMLSerializer & serilizer ) [virtual]
 

Serialize MessageElement.

Reimplemented from MessageElement.

Definition at line 109 of file SOAPBodyElement.cpp.

Referenced by SOAPEnvelope::Serialize().


Member Data Documentation

RPCElement * SOAPBodyElement::m_pBody [private]
 

Definition at line 90 of file SOAPBodyElement.hpp.

SOAPFaultElement * SOAPBodyElement::m_pFault [private]
 

Definition at line 91 of file SOAPBodyElement.hpp.


The documentation for this class was generated from the following files: Axis C++ Client Lib - User's Guide

Copyright © 2001 SL_OpenSource XML Project. All Rights Reserved