mobi.voiceassistant.client.converter
Class LocationConverter

java.lang.Object
  extended by mobi.voiceassistant.client.converter.LocationConverter
All Implemented Interfaces:
TokenConverter<Location>

public final class LocationConverter
extends Object
implements TokenConverter<Location>

Created with IntelliJ IDEA. User: morfeusys Date: 31.01.13 Time: 13:35


Method Summary
 Location convert(Token token)
           
 Location convert(Token token, Request request)
           
static LocationConverter getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LocationConverter getInstance()

convert

public Location convert(Token token)
Specified by:
convert in interface TokenConverter<Location>

convert

public Location convert(Token token,
                        Request request)