| AbstractMessage |
Base implementation for a JMS message
|
| BytesMessageImpl |
Implementation of a BytesMessage
|
| EmptyMessageImpl |
Implementation of an empty Message (message without body)
|
| MapMessageImpl |
Implementation of a MapMessage
|
| MessageConvertTools |
Supported conversions (from the JMS 1.1 StreamMessage spec.)
|
| MessageSelector |
Object implementation of a JMS message selector
|
| MessageSerializer |
Utility functions to serialize/de-serialize a JMS message
in/from a raw data stream.
|
| MessageTools |
Utility functions to copy and normalize JMS messages.
|
| MessageType |
FFMQ constants for a message type
|
| ObjectMessageImpl |
Implementation of an ObjectMessage
|
| StreamMessageImpl |
Implementation of a StreamMessage
|
| TextMessageImpl |
Implementation of a TextMessage
|