CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SoapUtils.h
Go to the documentation of this file.
1 #ifndef EVF_RB_SOAPUTILS_H
2 #define EVF_RB_SOAPUTILS_H
3 
4 #include "xdaq/Application.h"
5 #include "xoap/MessageReference.h"
6 
7 #include <string>
8 
9 namespace evf {
10 
11 namespace soaputils {
12 
24 std::string extractParameters(xoap::MessageReference, xdaq::Application*);
25 
29 xoap::MessageReference createFsmSoapResponseMsg(const std::string commandName,
30  const std::string currentState);
31 
32 } // namespace soaputils
33 
34 } // namespace evf
35 
36 #endif // EVF_RB_SOAPUTILS_H
std::string extractParameters(xoap::MessageReference, xdaq::Application *)
Definition: SoapUtils.cc:28
xoap::MessageReference createFsmSoapResponseMsg(const std::string commandName, const std::string currentState)
Definition: SoapUtils.cc:38