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 // $Id: SoapUtils.h,v 1.3.18.1 2011/03/07 11:33:04 mommsen Exp $
3 
4 #ifndef EventFilter_StorageManager_SoapUtils_h
5 #define EventFilter_StorageManager_SoapUtils_h
6 
7 #include "xdaq/Application.h"
8 #include "xoap/MessageReference.h"
9 
10 #include <string>
11 
12 namespace stor {
13 
14  namespace soaputils {
15 
27  std::string extractParameters
28  (
29  xoap::MessageReference,
30  xdaq::Application*
31  );
32 
36  xoap::MessageReference createFsmSoapResponseMsg
37  (
38  const std::string commandName,
39  const std::string currentState
40  );
41 
42  } // namespace soaputils
43 
44 } // namespace stor
45 
46 #endif // EventFilter_StorageManager_SoapUtils_h
47 
48 
xoap::MessageReference createFsmSoapResponseMsg(const std::string commandName, const std::string currentState)
Definition: SoapUtils.cc:38
std::string extractParameters(xoap::MessageReference, xdaq::Application *)
Definition: SoapUtils.cc:25