com.caucho.message
Interface MessageDecoder<T>

All Known Implementing Classes:
AbstractMessageDecoder, AbstractNautilusDecoder, AmqpDecoder, NautilusDecoder, NullDecoder, StringDecoder, UnsupportedDecoder

public interface MessageDecoder<T>

decode a message in the store.


Method Summary
 T decode(java.io.InputStream is)
           
 

Method Detail

decode

T decode(java.io.InputStream is)
         throws java.io.IOException
Throws:
java.io.IOException