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

java.lang.Object
  extended by com.googlecode.mobilityrpc.protocol.converters.MessageConverter<Ping>
      extended by com.googlecode.mobilityrpc.protocol.converters.messages.PingMessageConverter

public class PingMessageConverter
extends MessageConverter<Ping>

Author:
Niall Gallagher

Constructor Summary
PingMessageConverter()
           
 
Method Summary
protected  Ping fromProtobuf(byte[] bytes)
           
protected  byte[] toProtobuf(Ping 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

PingMessageConverter

public PingMessageConverter()
Method Detail

fromProtobuf

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

toProtobuf

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


Copyright © 2012. All Rights Reserved.