com.googlecode.mobilityrpc.protocol.converters.components
Class RequestIdentifierComponentConverter

java.lang.Object
  extended by com.googlecode.mobilityrpc.protocol.converters.components.RequestIdentifierComponentConverter
All Implemented Interfaces:
ComponentConverter<RequestIdentifier,ComponentRequestIdentifier.RequestIdentifier,ComponentRequestIdentifier.RequestIdentifier.Builder>

public class RequestIdentifierComponentConverter
extends Object
implements ComponentConverter<RequestIdentifier,ComponentRequestIdentifier.RequestIdentifier,ComponentRequestIdentifier.RequestIdentifier.Builder>

Author:
Niall Gallagher

Constructor Summary
RequestIdentifierComponentConverter()
           
 
Method Summary
 RequestIdentifier convertFromProtobuf(ComponentRequestIdentifier.RequestIdentifier protobuf)
           
 ComponentRequestIdentifier.RequestIdentifier.Builder convertToProtobuf(RequestIdentifier object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestIdentifierComponentConverter

public RequestIdentifierComponentConverter()
Method Detail

convertFromProtobuf

public RequestIdentifier convertFromProtobuf(ComponentRequestIdentifier.RequestIdentifier protobuf)
Specified by:
convertFromProtobuf in interface ComponentConverter<RequestIdentifier,ComponentRequestIdentifier.RequestIdentifier,ComponentRequestIdentifier.RequestIdentifier.Builder>

convertToProtobuf

public ComponentRequestIdentifier.RequestIdentifier.Builder convertToProtobuf(RequestIdentifier object)
Specified by:
convertToProtobuf in interface ComponentConverter<RequestIdentifier,ComponentRequestIdentifier.RequestIdentifier,ComponentRequestIdentifier.RequestIdentifier.Builder>


Copyright © 2012. All Rights Reserved.