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

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

public class NullEncoder<T>
extends AbstractMessageEncoder<T>

null encoder to ignore messages.


Constructor Summary
NullEncoder()
           
 
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

NullEncoder

public NullEncoder()
Method Detail

encode

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