| Package | Description |
|---|---|
| com.caucho.amqp | |
| com.caucho.amqp.marshal | |
| com.caucho.message.encode | |
| com.caucho.message.local |
| Modifier and Type | Method and Description |
|---|---|
AmqpMessageDecoder<?> |
AmqpReceiverFactory.getDecoder() |
| Modifier and Type | Method and Description |
|---|---|
AmqpReceiverFactory |
AmqpReceiverFactory.setDecoder(AmqpMessageDecoder<?> decoder) |
| Modifier and Type | Class and Description |
|---|---|
class |
AmqpJmsDecoder
Encodes a message as a string.
|
class |
AmqpStringDecoder
Encodes a message as a string.
|
| Constructor and Description |
|---|
AmqpDecoder(AmqpMessageDecoder<T> decoder) |
| Modifier and Type | Method and Description |
|---|---|
AmqpMessageDecoder<?> |
LocalReceiverFactory.getDecoder() |