MythTV
master
|
#include <libmythupnp/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 34 of file servicehost.h.
|
default |
QVariant MethodInfo::Invoke | ( | Service * | pService, |
const QStringMap & | reqParams | ||
) | const |
Definition at line 27 of file servicehost.cpp.
Referenced by ServiceHost::ProcessRequest().
int MethodInfo::m_nMethodIndex {0} |
Definition at line 38 of file servicehost.h.
Referenced by Invoke(), and ServiceHost::ServiceHost().
QString MethodInfo::m_sName |
Definition at line 39 of file servicehost.h.
Referenced by Wsdl::CreateBindingOperation(), Wsdl::GetWSDL(), and ServiceHost::ServiceHost().
QMetaMethod MethodInfo::m_oMethod |
Definition at line 40 of file servicehost.h.
Referenced by Wsdl::CreateBindingOperation(), Wsdl::CreateMethodType(), Invoke(), and ServiceHost::ServiceHost().
HttpRequestType MethodInfo::m_eRequestType |
Definition at line 41 of file servicehost.h.
Referenced by Wsdl::GetWSDL(), ServiceHost::ProcessRequest(), and ServiceHost::ServiceHost().