tdaq-develop-2025-02-12
ots::SOAPCommand Class Reference

Public Member Functions

 SOAPCommand (const xoap::MessageReference &message)
 
 SOAPCommand (std::string command)
 
 SOAPCommand (std::string command, SOAPParameters parameters)
 
 SOAPCommand (std::string command, SOAPParameter parameter)
 
const std::string & getCommand (void) const
 Getters. More...
 
const SOAPParametersgetParameters (void) const
 
SOAPParametersgetParametersRef (void)
 
std::string getParameterValue (std::string parameterName) const
 
unsigned int getParametersSize (void) const
 
void translate (const xoap::MessageReference &message)
 Setters.
 
void setCommand (const std::string command)
 
void setParameters (const SOAPParameters &parameters)
 
void setParameter (const std::string parameterName, const std::string parameterValue)
 
void setParameter (const SOAPParameter parameter)
 
bool hasParameters (void) const
 
bool findParameter (std::string parameterName) const
 

Friends

std::ostream & operator<< (std::ostream &os, const SOAPCommand &command)
 

Detailed Description

Definition at line 14 of file SOAPCommand.h.

Member Function Documentation

◆ getCommand()

const std::string & SOAPCommand::getCommand ( void  ) const

Getters.

Getters FIXMEconst xoap::MessageReference translate (void) const;

const xoap::MessageReference SOAPCommand::translate(void)

Definition at line 44 of file SOAPCommand.cc.


The documentation for this class was generated from the following files: