HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Creates an HTTPS listener based on the transports configuration file. Not intended for direct use. More...
#include <rwsf/webservice/transport/https/HttpsMessageListener.h>
Public Member Functions | |
virtual void | initServer () |
Public Member Functions inherited from rwsf::MessageListenerImp | |
MessageListenerImp () | |
virtual | ~MessageListenerImp () |
virtual std::string | getProperty (const std::string &key) |
virtual void | init (const rwsf::Config &initParams) |
virtual void | invoke (rwsf::CallInfo &callInfo) |
bool | isStopped () |
void | log (const std::string &message, rwsf::CallInfo::LogLevel l=rwsf::CallInfo::Error) |
void | log (rwsf::CallInfo &callInfo, rwsf::CallInfo::LogLevel l=rwsf::CallInfo::Error) |
virtual void | setProperty (const std::string &key, const std::string &value) |
Public Member Functions inherited from rwsf::MessageHandlerImp | |
MessageHandlerImp () | |
virtual | ~MessageHandlerImp () |
virtual void | destroy () |
Protected Member Functions | |
virtual void | doInit (const rwsf::Config &initParams) |
Protected Member Functions inherited from rwsf::HttpMessageListener | |
virtual void | doReset () |
virtual void | doStart () |
virtual void | doStop () |
Additional Inherited Members | |
Related Functions inherited from rwsf::MessageHandlerImp | |
#define | RWSF_DEFINE_MESSAGE_HANDLER(NAME) |
#define | RWSF_DEFINE_STATIC_MESSAGE_HANDLER(ID, NAME) |
This class creates an HTTPS listener based on the parameters configured in the transports.xml
configuration file. An HTTPS listener receives and parses an HTTPS message and then forwards the information to the webservice processor.
transports.xml
configuration file. See the chapter on transports in the Web Development User's Guide for more information.
|
protectedvirtual |
Pure virtual function. In derived classes, init()
calls this method to handle any initialization specific to the implementation.
Reimplemented from rwsf::HttpMessageListener.
|
virtual |
Pure virtual function. In derived classes, start()
calls this method, which is expected to handle any setup needed by the listening thread specific to the implementation.
Reimplemented from rwsf::HttpMessageListener.
Copyright © 2019 Rogue Wave Software, Inc. All Rights Reserved. |