com.tinkerpop.rexster.protocol.msg
Class MsgPackScriptResponseMessage

java.lang.Object
  extended by com.tinkerpop.rexster.protocol.msg.RexProMessage
      extended by com.tinkerpop.rexster.protocol.msg.MsgPackScriptResponseMessage

public class MsgPackScriptResponseMessage
extends RexProMessage


Field Summary
 byte[] Bindings
           
static byte FLAG_COMPLETE_MESSAGE
           
 byte[] Results
           
 
Fields inherited from class com.tinkerpop.rexster.protocol.msg.RexProMessage
EMPTY_SESSION, Flag, Request, Session, Version
 
Constructor Summary
MsgPackScriptResponseMessage()
           
 
Method Summary
static byte[] convertResultToBytes(Object result)
           
 
Methods inherited from class com.tinkerpop.rexster.protocol.msg.RexProMessage
hasSession, requestAsUUID, sessionAsUUID, setRequestAsUUID, setSessionAsUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLAG_COMPLETE_MESSAGE

public static final byte FLAG_COMPLETE_MESSAGE
See Also:
Constant Field Values

Results

public byte[] Results

Bindings

public byte[] Bindings
Constructor Detail

MsgPackScriptResponseMessage

public MsgPackScriptResponseMessage()
Method Detail

convertResultToBytes

public static byte[] convertResultToBytes(Object result)
                                   throws Exception
Throws:
Exception


Copyright © 2009-2012. All Rights Reserved.