Savarese Software Research Corporation
WebServiceProtocol::MessageResponse Class Reference

#include <protocol.h>

Inheritance diagram for WebServiceProtocol::MessageResponse:

List of all members.

Public Member Functions

 MessageResponse (const session_ptr &session=session_ptr())
 MessageResponse (const session_ptr &session, Properties *template_data)
 MessageResponse (const session_ptr &session, const properties_ptr &template_data)
void set_succeeded (const string &msg="")
void set_failed (const string &msg="")
void set_error (const string &msg="")
bool succeeded () const
bool failed () const
bool error () const
const stringstatus_message () const
template<class Archive >
void serialize (Archive &ar, const unsigned int)

Public Attributes

session_ptr session
properties_ptr template_data

Detailed Description

Definition at line 306 of file ws/protocol.h.


Constructor & Destructor Documentation

Definition at line 321 of file ws/protocol.h.

WebServiceProtocol::MessageResponse::MessageResponse ( const session_ptr session,
Properties *  template_data 
) [inline, explicit]

Definition at line 327 of file ws/protocol.h.

WebServiceProtocol::MessageResponse::MessageResponse ( const session_ptr session,
const properties_ptr template_data 
) [inline, explicit]

Definition at line 333 of file ws/protocol.h.


Member Function Documentation

Definition at line 355 of file ws/protocol.h.

Definition at line 353 of file ws/protocol.h.

template<class Archive >
void WebServiceProtocol::MessageResponse::serialize ( Archive &  ar,
const unsigned  int 
) [inline]

Definition at line 360 of file ws/protocol.h.

References session, and template_data.

void WebServiceProtocol::MessageResponse::set_error ( const string msg = "") [inline]

Definition at line 347 of file ws/protocol.h.

void WebServiceProtocol::MessageResponse::set_failed ( const string msg = "") [inline]

Definition at line 343 of file ws/protocol.h.

void WebServiceProtocol::MessageResponse::set_succeeded ( const string msg = "") [inline]

Definition at line 339 of file ws/protocol.h.

Definition at line 357 of file ws/protocol.h.

Definition at line 351 of file ws/protocol.h.


Member Data Documentation


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

Savarese Software Research Corporation
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.