IT_Bus::ReadableMessage Class Reference

#include <it_bus/readable_message.h>

Inheritance diagram for IT_Bus::ReadableMessage:

IT_Bus::TransportReadableMessage List of all members.

Detailed Description

Class representing an input or output message with modifiable/deserializable parts.

A readable message is a collection of modifiable variables that are initialized with values read/deserialized from the underlying transport. Variables in a readable message have been, or are about to be, read/deserialized, so they can be modified during invocation of a WSDL operation.

Definition at line 34 of file readable_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 PartList& IT_Bus::ReadableMessage::get_parts (  )  [virtual]

Obtain the collection of parts associated with the message.

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

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

Obtain the collection of parts associated with the message.

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


Generated on Tue Mar 20 15:28:06 2007 for Artix by  doxygen 1.5.1-p1