fabric.worker.remote.messages
Class GetPrincipalMessage.Response

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

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


Field Summary
 NodePrincipal principal
           
 
Constructor Summary
GetPrincipalMessage.Response(NodePrincipal principal)
           
 
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

principal

public final NodePrincipal principal
Constructor Detail

GetPrincipalMessage.Response

public GetPrincipalMessage.Response(NodePrincipal principal)
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