IT_Bus::WritableMessage Class Reference

#include <it_bus/writable_message.h>

Inheritance diagram for IT_Bus::WritableMessage:

IT_Bus::TransportWritableMessage List of all members.

Detailed Description

Class representing an input or output message with writable/serializable parts.

A writable message is a collection of variables containing values that are written/serialized to the underlying transport. Variables in a readable message have been, or are about to be, written/serialized, so they can be examined but not modified during invocation of a WSDL operation. However, the part containing the variable may be replaced.

Definition at line 28 of file writable_message.h.

Public Member Functions

virtual PartListget_parts ()
 Obtain the collection of parts associated with the message.
virtual const PartListget_parts () const
 Obtain the collection of parts associated with the message.

Protected Attributes

PartList m_parts


Member Function Documentation

virtual const PartList& IT_Bus::WritableMessage::get_parts (  )  const [virtual]

Obtain the collection of parts associated with the message.

Returns:
A reference to an IT_Bus::PartList instance.

virtual PartList& IT_Bus::WritableMessage::get_parts (  )  [virtual]

Obtain the collection of parts associated with the message.

Returns:
A reference to an IT_Bus::PartList instance.


Generated on Thu Sep 7 11:40:15 2006 for Artix by  doxygen 1.4.7