Public Member Functions | |
SOAPMessenger (xdaq::Application *application) | |
SOAPMessenger (const SOAPMessenger &aSOAPMessenger) | |
std::string | receive (const xoap::MessageReference &message) |
std::string | receive (const xoap::MessageReference &message, SOAPCommand &soapCommand) |
std::string | receive (const xoap::MessageReference &message, SOAPParameters ¶meters) |
std::string | send (const xdaq::ApplicationDescriptor *d, xoap::MessageReference message) throw (xdaq::exception::Exception) |
std::string | send (const xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand) throw (xdaq::exception::Exception) |
std::string | send (const xdaq::ApplicationDescriptor *d, std::string command) throw (xdaq::exception::Exception) |
std::string | send (const xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters) throw (xdaq::exception::Exception) |
std::string | sendStatus (const xdaq::ApplicationDescriptor *d, std::string message) throw (xdaq::exception::Exception) |
xoap::MessageReference | sendWithSOAPReply (const xdaq::ApplicationDescriptor *d, xoap::MessageReference message) throw (xdaq::exception::Exception) |
xoap::MessageReference | sendWithSOAPReply (const xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand) throw (xdaq::exception::Exception) |
xoap::MessageReference | sendWithSOAPReply (const xdaq::ApplicationDescriptor *d, std::string command) throw (xdaq::exception::Exception) |
xoap::MessageReference | sendWithSOAPReply (const xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters) throw (xdaq::exception::Exception) |
Protected Attributes | |
xdaq::Application * | theApplication_ |
Definition at line 17 of file SOAPMessenger.h.