All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
dispatch_message_action_properties.h File Reference

Functions

string getMessageType () const
 Gets the value of MessageTypeProperty. More...
 
void setMessageType (string value)
 Sets the value of MessageTypeProperty. More...
 
DispatchMessageAction::DispatchMode getDispatchMode () const
 Gets the value of DispatchModeProperty. More...
 
void setDispatchMode (DispatchMessageAction::DispatchMode value)
 Sets the value of DispatchModeProperty. More...
 
string getRoutingTarget () const
 Gets the value of RoutingTargetProperty. More...
 
void setRoutingTarget (string value)
 Sets the value of RoutingTargetProperty. More...
 
string getRoutingTargetLookup () const
 Gets the value of RoutingTargetLookupProperty. More...
 
void setRoutingTargetLookup (string value)
 Sets the value of RoutingTargetLookupProperty. More...
 

Variables

static PropertyType< string > MessageTypeProperty
 MessageType property. More...
 
static PropertyType
< DispatchMessageAction::DispatchMode > 
DispatchModeProperty
 DispatchMode property. More...
 
static PropertyType< string > RoutingTargetProperty
 RoutingTarget property. More...
 
static PropertyType< string > RoutingTargetLookupProperty
 RoutingTargetLookup property. More...
 

Function Documentation

string getMessageType ( ) const

Gets the value of MessageTypeProperty.

See also
setMessageType()
void setMessageType ( string  value)

Sets the value of MessageTypeProperty.

See also
getMessageType()
DispatchMessageAction::DispatchMode getDispatchMode ( ) const

Gets the value of DispatchModeProperty.

See also
setDispatchMode()
void setDispatchMode ( DispatchMessageAction::DispatchMode  value)

Sets the value of DispatchModeProperty.

See also
getDispatchMode()
string getRoutingTarget ( ) const

Gets the value of RoutingTargetProperty.

See also
setRoutingTarget()
void setRoutingTarget ( string  value)

Sets the value of RoutingTargetProperty.

See also
getRoutingTarget()
string getRoutingTargetLookup ( ) const
void setRoutingTargetLookup ( string  value)

Variable Documentation

PropertyType<string> MessageTypeProperty
static

MessageType property.

The default value is "".

See also
setMessageType(), getMessageType()
PropertyType<DispatchMessageAction::DispatchMode> DispatchModeProperty
static

DispatchMode property.

The default value is DispatchMessageAction::DispatchModePost.

See also
setDispatchMode(), getDispatchMode()
PropertyType<string> RoutingTargetProperty
static

RoutingTarget property.

The default value is ".".

See also
setRoutingTarget(), getRoutingTarget()
PropertyType<string> RoutingTargetLookupProperty
static

RoutingTargetLookup property.

The default value is "".

See also
setRoutingTargetLookup(), getRoutingTargetLookup()