de.geomobile.joined.api.service
Class JSONParser

java.lang.Object
  extended by de.geomobile.joined.api.service.JSONParser

public class JSONParser
extends Object


Constructor Summary
JSONParser()
           
 
Method Summary
 List<Friend> getFriendList(String jsonString)
           
static JSONParser getInstance()
           
 List<Message> getMessages(String jsonString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONParser

public JSONParser()
Method Detail

getInstance

public static JSONParser getInstance()
Returns:

getFriendList

public List<Friend> getFriendList(String jsonString)
                           throws FriendFinderUnexpectedException
Parameters:
jsonString -
Returns:
Throws:
FriendFinderUnexpectedException

getMessages

public List<Message> getMessages(String jsonString)
                          throws FriendFinderUnexpectedException
Parameters:
jsonString -
Returns:
Throws:
FriendFinderUnexpectedException


Copyright © 2012 GeoMobile GmbH. All Rights Reserved.