com.googlecode.mobilityrpc.protocol.converters.messages
Class ExecutionRequestMessageConverter

java.lang.Object
  extended by com.googlecode.mobilityrpc.protocol.converters.MessageConverter<ExecutionRequest>
      extended by com.googlecode.mobilityrpc.protocol.converters.messages.ExecutionRequestMessageConverter

public class ExecutionRequestMessageConverter
extends MessageConverter<ExecutionRequest>

Author:
Niall Gallagher

Constructor Summary
ExecutionRequestMessageConverter()
           
 
Method Summary
protected  ExecutionRequest fromProtobuf(byte[] bytes)
           
protected  byte[] toProtobuf(ExecutionRequest object)
           
 
Methods inherited from class com.googlecode.mobilityrpc.protocol.converters.MessageConverter
convertFromProtobuf, convertToProtobuf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionRequestMessageConverter

public ExecutionRequestMessageConverter()
Method Detail

fromProtobuf

protected ExecutionRequest fromProtobuf(byte[] bytes)
                                 throws Exception
Specified by:
fromProtobuf in class MessageConverter<ExecutionRequest>
Throws:
Exception

toProtobuf

protected byte[] toProtobuf(ExecutionRequest object)
                     throws Exception
Specified by:
toProtobuf in class MessageConverter<ExecutionRequest>
Throws:
Exception


Copyright © 2012. All Rights Reserved.