com.caucho.amqp.marshal
Class AmqpJmsDecoder

java.lang.Object
  extended by com.caucho.amqp.marshal.AmqpJmsDecoder
All Implemented Interfaces:
AmqpMessageDecoder<Message>

public class AmqpJmsDecoder
extends java.lang.Object
implements AmqpMessageDecoder<Message>

Encodes a message as a string.


Field Summary
static AmqpJmsDecoder DECODER
           
 
Constructor Summary
AmqpJmsDecoder()
           
 
Method Summary
 Message decode(AmqpReader in, Message prevValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DECODER

public static final AmqpJmsDecoder DECODER
Constructor Detail

AmqpJmsDecoder

public AmqpJmsDecoder()
Method Detail

decode

public Message decode(AmqpReader in,
                      Message prevValue)
               throws java.io.IOException
Specified by:
decode in interface AmqpMessageDecoder<Message>
Throws:
java.io.IOException