fabric.worker.remote.messages
Class ReadMessage.Response

java.lang.Object
  extended by fabric.worker.remote.messages.ReadMessage.Response
All Implemented Interfaces:
Message.Response
Enclosing class:
ReadMessage

public static class ReadMessage.Response
extends java.lang.Object
implements Message.Response


Field Summary
 Object._Impl obj
           
 
Constructor Summary
ReadMessage.Response(Object._Impl obj)
           
 
Method Summary
 void write(java.io.DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

obj

public final Object._Impl obj
Constructor Detail

ReadMessage.Response

public ReadMessage.Response(Object._Impl obj)
Method Detail

write

public void write(java.io.DataOutput out)
           throws java.io.IOException
Specified by:
write in interface Message.Response
Throws:
java.io.IOException