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

IT_Bus::WritableMessage Class Reference

#include <it_bus/writable_message.h>

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.


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 Wed Mar 22 12:23:45 2006 for Artix by  doxygen 1.3.9.1