Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

IT_Bus::ReadableMessage Class Reference

#include <it_bus/readable_message.h>

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.


Member Function Documentation

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.

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.


Generated on Wed Mar 22 12:23:41 2006 for Artix by  doxygen 1.3.9.1