|
MythTV master
|
#include <mythfrontend/serviceHosts/servicehost.h>
Public Member Functions | |
| MethodInfo ()=default | |
| QVariant | Invoke (Service *pService, const QStringMap &reqParams) const |
Public Attributes | |
| int | m_nMethodIndex {0} |
| QString | m_sName |
| QMetaMethod | m_oMethod |
| HttpRequestType | m_eRequestType |
Definition at line 35 of file servicehost.h.
|
default |
| QVariant MethodInfo::Invoke | ( | Service * | pService, |
| const QStringMap & | reqParams | ||
| ) | const |
Definition at line 26 of file servicehost.cpp.
Referenced by ServiceHost::ProcessRequest().
| HttpRequestType MethodInfo::m_eRequestType |
Definition at line 42 of file servicehost.h.
Referenced by Wsdl::GetWSDL(), ServiceHost::ProcessRequest(), and ServiceHost::ServiceHost().
| int MethodInfo::m_nMethodIndex {0} |
Definition at line 39 of file servicehost.h.
Referenced by Invoke(), and ServiceHost::ServiceHost().
| QMetaMethod MethodInfo::m_oMethod |
Definition at line 41 of file servicehost.h.
Referenced by Wsdl::CreateBindingOperation(), Wsdl::CreateMethodType(), Invoke(), and ServiceHost::ServiceHost().
| QString MethodInfo::m_sName |
Definition at line 40 of file servicehost.h.
Referenced by Wsdl::CreateBindingOperation(), Wsdl::GetWSDL(), and ServiceHost::ServiceHost().