Home | Documentation |
ISAPI_SoapServerFactory Class Reference
updated Mon Feb 22 2016
|
#include <ISAPI_SoapServerFactory.h>
Public Member Functions | |
void | shutdown () |
const mod_gsoap_interface * | getInterface (const char *pszDll) |
const char * | getLastError () |
return the error message if the last operation failed. More... | |
Static Public Member Functions | |
static ISAPI_SoapServerFactory * | instance () |
it is a singleton More... | |
Protected Member Functions | |
ISAPI_SoapServerFactory () | |
~ISAPI_SoapServerFactory () | |
bool | GetEntryPoints () |
Protected Attributes | |
class DllMap * | m_pDlls |
std::string | m_strError |
CRITICAL_SECTION | m_cs |
Static Protected Attributes | |
static ISAPI_SoapServerFactory * | m_pInstance = NULL |
Factory object that creates the appropriate server for a given QueryString. See documentation of the createServer function for details of how the QueryString is evaluated.
|
protected |
|
protected |
|
protected |
const mod_gsoap_interface * ISAPI_SoapServerFactory::getInterface | ( | const char * | pszDll | ) |
const char * ISAPI_SoapServerFactory::getLastError | ( | ) |
return the error message if the last operation failed.
|
static |
it is a singleton
void ISAPI_SoapServerFactory::shutdown | ( | ) |
|
protected |
|
protected |
|
staticprotected |
|
protected |