#include <RPCParam.hpp>
Public Methods | |
RPCParam () | |
RPCParam (const std::string &ns, const std::string &name, void *val, const ax::QName &p_Type) | |
RPCParam (const std::string &name, void *val, const ax::QName &p_Type) | |
RPCParam (const std::string &name, std::string &strValue, std::string &strType) | |
~RPCParam () | |
const std::string | GetName () |
void* | GetValue () |
void | Serialize (XMLSerializer &serilizer) |
void | DeSerialize (XMLDeSerializer &dserilizer) |
Private Attributes | |
std::string | m_NsURI |
std::string | m_Name |
std::string | m_Value |
std::string | m_strType |
void* | m_pValue |
ax::QName | m_Type |
char | tmp [100] |
|
Definition at line 78 of file RPCParam.hpp. |
|
Definition at line 75 of file RPCParam.cpp. |
|
Definition at line 84 of file RPCParam.cpp. |
|
Definition at line 91 of file RPCParam.cpp. |
|
Definition at line 98 of file RPCParam.cpp. |
|
Definition at line 119 of file RPCParam.cpp. Referenced by RPCElement::DeSerialize().
|
|
Definition at line 84 of file RPCParam.hpp. |
|
Definition at line 85 of file RPCParam.hpp. Referenced by RPCElement::GetReturnValue().
|
|
Definition at line 104 of file RPCParam.cpp. Referenced by RPCElement::Serialize().
|
|
Definition at line 92 of file RPCParam.hpp. |
|
Definition at line 91 of file RPCParam.hpp. |
|
Definition at line 97 of file RPCParam.hpp. |
|
Definition at line 93 of file RPCParam.hpp. |
|
Definition at line 96 of file RPCParam.hpp. |
|
Definition at line 94 of file RPCParam.hpp. |
|
Definition at line 99 of file RPCParam.hpp. |
Copyright © 2001 SL_OpenSource XML Project. All Rights Reserved