SOAPObject Class Reference

#include <SOAPObject.h>

Inheritance diagram for SOAPObject:

TestSOAP List of all members.

Public Types

typedef std::list< SOAPMethod * > MethodList

Public Member Functions

 SOAPObject ()
virtual ~SOAPObject ()
MethodListgetMethodList ()

Protected Member Functions

void insertMethod (SOAPMethod *pMethod)

Protected Attributes

MethodList m_methodList

Detailed Description

Definition at line 35 of file SOAPObject.h.


Member Typedef Documentation

typedef std::list< SOAPMethod* > SOAPObject::MethodList
 

Definition at line 43 of file SOAPObject.h.


Constructor & Destructor Documentation

SOAPObject::SOAPObject  ) 
 

SimpleSOAP Library: Implements a simplified version of SOAP (Simple Object Access Protocol).

Copyright (C) 2000 Scott Seely, scott@scottseely.com modifications by Gerard J. Cerchio gjpc@circlesoft.com

This library is public domain software

Definition at line 20 of file SOAPObject.cpp.

SOAPObject::~SOAPObject  )  [virtual]
 

Definition at line 25 of file SOAPObject.cpp.


Member Function Documentation

SOAPObject::MethodList & SOAPObject::getMethodList  ) 
 

Definition at line 30 of file SOAPObject.cpp.

References m_methodList.

void SOAPObject::insertMethod SOAPMethod pMethod  )  [protected]
 

Definition at line 36 of file SOAPObject.cpp.

References m_methodList.

Referenced by TestSOAP::TestSOAP().


Member Data Documentation

MethodList SOAPObject::m_methodList [protected]
 

Definition at line 72 of file SOAPObject.h.

Referenced by getMethodList(), and insertMethod().


The documentation for this class was generated from the following files:
Generated on Tue Mar 28 09:10:16 2006 for Simple SOAP by  doxygen 1.4.6