20 : m_sessionID(
std::move(sessionID)), m_facility(
std::move(facility)), m_endpoint(
std::move(endpoint)) {}
std::string getSessionId() const
Obtain the session ID for the catalog created.
CatalogSession(std::string sessionID, std::string facility, std::string endpoint)
Initialise the related catalog session variables.
const std::string & getSoapEndpoint() const
Obtains the soap end-point of the catalog created.
void setSessionId(const std::string &sessionID)
Used to clear the session ID on logout.
const std::string & getFacility() const
Obtain the facility of the catalog created.