public class AmqpJmsDecoder extends java.lang.Object implements AmqpMessageDecoder<Message>
Modifier and Type | Field and Description |
---|---|
static AmqpJmsDecoder |
DECODER |
Constructor and Description |
---|
AmqpJmsDecoder() |
Modifier and Type | Method and Description |
---|---|
Message |
decode(AmqpReader in,
Message prevValue) |
public static final AmqpJmsDecoder DECODER
public Message decode(AmqpReader in, Message prevValue) throws java.io.IOException
decode
in interface AmqpMessageDecoder<Message>
java.io.IOException