Functions | |
xoap::MessageReference | createFsmSoapResponseMsg (const std::string commandName, const std::string currentState) |
std::string | extractParameters (xoap::MessageReference, xdaq::Application *) |
xoap::MessageReference stor::soaputils::createFsmSoapResponseMsg | ( | const std::string | commandName, |
const std::string | currentState | ||
) |
Create a SOAP FSM response message
Definition at line 38 of file SoapUtils.cc.
References alignCSCRings::e, and edm::hlt::Exception.
Referenced by smproxy::SMProxyServer::handleFSMSoapMessage(), evf::FUResourceBroker::handleFSMSoapMessage(), and stor::StorageManager::handleFSMSoapMessage().
std::string stor::soaputils::extractParameters | ( | xoap::MessageReference | msg, |
xdaq::Application * | app | ||
) |
Collection of utility functions for handling SOAP messages
Extract parameters and FSM command from SOAP message
Definition at line 25 of file SoapUtils.cc.
References edmPickEvents::command.
Referenced by smproxy::SMProxyServer::handleFSMSoapMessage(), and stor::StorageManager::handleFSMSoapMessage().