Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkIRESTObserver.h>
Public Member Functions | |
virtual | ~IRESTObserver () |
Deletes an observer and calls HandleDeleteObserver() in RESTManager class. More... | |
virtual web::http::http_response | Notify (const web::uri &uri, const web::json::value &data, const web::http::method &method, const mitk::RESTUtil::ParamMap &headers)=0 |
Called if there's an incoming request for the observer, observer implements how to handle request. More... | |
Definition at line 24 of file mitkIRESTObserver.h.
|
virtual |
Deletes an observer and calls HandleDeleteObserver() in RESTManager class.
Definition at line 19 of file mitkIRESTObserver.cpp.
References us::GetModuleContext(), and mitk::IRESTManager::HandleDeleteObserver().
|
pure virtual |
Called if there's an incoming request for the observer, observer implements how to handle request.
data | the data of the incoming request |
method | the http method of the incoming request |