com.caucho.message.encode
Class AmqpEncoder<T>

java.lang.Object
  extended by com.caucho.message.encode.AbstractMessageEncoder<T>
      extended by com.caucho.message.encode.AmqpEncoder<T>
All Implemented Interfaces:
MessageEncoder<T>

public class AmqpEncoder<T>
extends AbstractMessageEncoder<T>

null encoder to ignore messages.


Constructor Summary
AmqpEncoder(AmqpMessageEncoder<T> encoder)
           
 
Method Summary
 void encode(java.io.OutputStream out, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmqpEncoder

public AmqpEncoder(AmqpMessageEncoder<T> encoder)
Method Detail

encode

public void encode(java.io.OutputStream out,
                   T value)
            throws java.io.IOException
Throws:
java.io.IOException