Interface | Description |
---|---|
ByteArrayMessage |
A Message where the payload is held within a byte array
|
DataHandlerMessage |
A Message where the payload is held within a DataHandler
|
DOMMessage |
A Message where the payload is held as a DOM Document
|
JSONMessage |
The JSON message that represents the internal message structure as a JSON payload
|
MapMessage<K,V> |
A message where the payload is held within a Map
|
MessageFormat |
The public API interface that defines a MessageFormat holding the payload
|
ObjectMessage |
Message which holds a Java Object as the payload
|
ProtocolBufferMessage |
The message format representing a protocol buffer message
|
RawFileMessage |
A Raw file message holds the message payload in a file
|
StreamMessage |
API for StreamMessages as used in JMS etc
|
StringMessage |
A message payload format that holds the payload as a String
|
WebSocketMessage |
A message payload format which is used to handle WebSocket communication
|
Enum | Description |
---|---|
WebSocketMessage.Opcode |
WebSocketMessage must contain one of the below opcode. |
Exception | Description |
---|---|
FormatConversionException |
Usually thrown when an error occurs during a conversion of a message payload between MessageFormats
|
Copyright © 2010–2016 AdroitLogic. All rights reserved.