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

Param Class Reference

Parameters for SOAP - RPC. More...

#include <Param.hpp>

List of all members.

Public Methods

 Param ()
 ~Param ()

Public Attributes

void* m_pValue
 Data associated with this aprameter. More...

ax::QNamem_pType
 XML schema datatype as qualified name. More...

std::string m_Name
 Name of the parameter. More...


Detailed Description

Parameters for SOAP - RPC.

Parameters for SOAP - RPC; contain XML schema datatype as a Qualified Name and relavent data

Definition at line 78 of file Param.hpp.


Constructor & Destructor Documentation

Param::Param ( )
 

Definition at line 69 of file Param.cpp.

Param::~Param ( )
 

Definition at line 75 of file Param.cpp.


Member Data Documentation

std::string Param::m_Name
 

Name of the parameter.

Definition at line 86 of file Param.hpp.

ax::QName * Param::m_pType
 

XML schema datatype as qualified name.

Definition at line 85 of file Param.hpp.

void * Param::m_pValue
 

Data associated with this aprameter.

Definition at line 84 of file Param.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