32#ifdef _QX_ENABLE_QT_NETWORK
60template <
class INPUT,
class OUTPUT>
Common interface for all services defined with QxService module of QxOrm library.
Concrete class registered into QxOrm context.
static T * getSingleton()
IxParameter_ptr m_pInputParameter
List of input parameters (request)
IxParameter_ptr m_pOutputParameter
List of output parameters (reply)
OUTPUT_ptr getOutputParameter() const
virtual void registerClass() const
std::shared_ptr< OUTPUT > OUTPUT_ptr
INPUT_ptr getInputParameter() const
std::shared_ptr< INPUT > INPUT_ptr
QxService(const QString &sServiceName)
QxOrm library services engine to provide easy and powerful way to create C++ application server (to t...
Root namespace for all QxOrm library features.