#include <servicehost.h>
Public Member Functions | |
| ServiceHost (const QMetaObject &metaObject, const QString &sExtensionName, const QString &sBaseUrl, const QString &sSharePath) | |
| virtual | ~ServiceHost () |
| virtual QStringList | GetBasePaths () |
| virtual bool | ProcessRequest (HTTPRequest *pRequest) |
| virtual QString | GetServiceControlURL () |
| const QMetaObject & | GetServiceMetaObject () |
| const MetaInfoMap & | GetMethods () |
Protected Member Functions | |
| virtual bool | FormatResponse (HTTPRequest *pRequest, QObject *pResults) |
| virtual bool | FormatResponse (HTTPRequest *pRequest, QFileInfo oInfo) |
| virtual bool | FormatResponse (HTTPRequest *pRequest, QVariant vValue) |
Protected Attributes | |
| QString | m_sBaseUrl |
| QMetaObject | m_oMetaObject |
| MetaInfoMap | m_Methods |
Definition at line 60 of file servicehost.h.
| ServiceHost::ServiceHost | ( | const QMetaObject & | metaObject, | |
| const QString & | sExtensionName, | |||
| const QString & | sBaseUrl, | |||
| const QString & | sSharePath | |||
| ) |
Definition at line 184 of file servicehost.cpp.
| ServiceHost::~ServiceHost | ( | ) | [virtual] |
Definition at line 250 of file servicehost.cpp.
| bool ServiceHost::FormatResponse | ( | HTTPRequest * | pRequest, | |
| QObject * | pResults | |||
| ) | [protected, virtual] |
Definition at line 430 of file servicehost.cpp.
Referenced by FormatResponse(), and ProcessRequest().
| bool ServiceHost::FormatResponse | ( | HTTPRequest * | pRequest, | |
| QFileInfo | oInfo | |||
| ) | [protected, virtual] |
Definition at line 454 of file servicehost.cpp.
| bool ServiceHost::FormatResponse | ( | HTTPRequest * | pRequest, | |
| QVariant | vValue | |||
| ) | [protected, virtual] |
Definition at line 479 of file servicehost.cpp.
| QStringList ServiceHost::GetBasePaths | ( | ) | [virtual] |
Implements HttpServerExtension.
Definition at line 258 of file servicehost.cpp.
| bool ServiceHost::ProcessRequest | ( | HTTPRequest * | pRequest | ) | [virtual] |
Implements HttpServerExtension.
Definition at line 267 of file servicehost.cpp.
| virtual QString ServiceHost::GetServiceControlURL | ( | ) | [inline, virtual] |
Definition at line 87 of file servicehost.h.
Referenced by Wsdl::GetWSDL().
| const QMetaObject& ServiceHost::GetServiceMetaObject | ( | ) | [inline] |
Definition at line 89 of file servicehost.h.
Referenced by Wsdl::GetWSDL().
| const MetaInfoMap& ServiceHost::GetMethods | ( | ) | [inline] |
Definition at line 90 of file servicehost.h.
Referenced by Wsdl::GetWSDL().
QString ServiceHost::m_sBaseUrl [protected] |
Definition at line 64 of file servicehost.h.
Referenced by GetBasePaths(), ProcessRequest(), and ServiceHost().
QMetaObject ServiceHost::m_oMetaObject [protected] |
Definition at line 66 of file servicehost.h.
Referenced by ProcessRequest(), and ServiceHost().
MetaInfoMap ServiceHost::m_Methods [protected] |
Definition at line 67 of file servicehost.h.
Referenced by ProcessRequest(), and ServiceHost().
1.6.3