#include <it_bus/readable_message.h>
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 PartList & | get_parts () |
Obtain the collection of parts associated with the message. | |
virtual const PartList & | get_parts () const |
Obtain the collection of parts associated with the message. |
|
Obtain the collection of parts associated with the message.
|
|
Obtain the collection of parts associated with the message.
|