#include <SOAPObject.h>
Inheritance diagram for SOAPObject:
Public Types | |
typedef std::list< SOAPMethod * > | MethodList |
Public Member Functions | |
SOAPObject () | |
virtual | ~SOAPObject () |
MethodList & | getMethodList () |
Protected Member Functions | |
void | insertMethod (SOAPMethod *pMethod) |
Protected Attributes | |
MethodList | m_methodList |
Definition at line 35 of file SOAPObject.h.
|
Definition at line 43 of file SOAPObject.h. |
|
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. |
|
Definition at line 25 of file SOAPObject.cpp. |
|
Definition at line 30 of file SOAPObject.cpp. References m_methodList. |
|
Definition at line 36 of file SOAPObject.cpp. References m_methodList. Referenced by TestSOAP::TestSOAP(). |
|
Definition at line 72 of file SOAPObject.h. Referenced by getMethodList(), and insertMethod(). |