Class: TorqueBox::Messaging::JSONMessage

Inherits:
Message
  • Object
show all
Defined in:
lib/torquebox/messaging/json_message.rb

Constant Summary collapse

ENCODING =
:json
JMS_TYPE =
:text

Constants inherited from Message

Message::DEFAULT_DECODE_ENCODING, Message::DEFAULT_ENCODE_ENCODING, Message::ENCODING_PROPERTY

Instance Attribute Summary

Attributes inherited from Message

#jms_message

Method Summary

Methods inherited from Message

__new__, class_for_encoding, #decode, #encode, encoding_map, extract_encoding_from_message, inherited, #initialize, #initialize_from_message, #method_missing, new, #populate_message_headers, #populate_message_properties, register_encoding, #respond_to?, #set_encoding

Constructor Details

This class inherits a constructor from TorqueBox::Messaging::Message

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class TorqueBox::Messaging::Message