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

java.lang.Object
  extended by com.googlecode.mobilityrpc.protocol.converters.MessageConverter<Pong>
      extended by com.googlecode.mobilityrpc.protocol.converters.messages.PongMessageConverter

public class PongMessageConverter
extends MessageConverter<Pong>

Author:
Niall Gallagher

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

PongMessageConverter

public PongMessageConverter()
Method Detail

fromProtobuf

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

toProtobuf

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


Copyright © 2016. All rights reserved.