Functions | |
xoap::MessageReference | createFsmSoapResponseMsg (const std::string commandName, const std::string currentState) |
xoap::MessageReference | createFsmSoapResponseMsg (const string commandName, const string currentState) |
std::string | extractParameters (xoap::MessageReference, xdaq::Application *) |
xoap::MessageReference evf::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().
xoap::MessageReference evf::soaputils::createFsmSoapResponseMsg | ( | const string | commandName, |
const string | currentState | ||
) |
string evf::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 28 of file SoapUtils.cc.
References edmPickEvents::command.
Referenced by DTGeometryBuilderFromDDD::buildChamber(), DTGeometryBuilderFromDDD::buildLayer(), DTGeometryBuilderFromDDD::buildSuperLayer(), evf::FUResourceBroker::handleFSMSoapMessage(), DTGeometryParsFromDD::insertChamber(), DTGeometryParsFromDD::insertLayer(), and DTGeometryParsFromDD::insertSuperLayer().