de.geomobile.joined.api.data
Class JOUserFactory

java.lang.Object
  extended by de.geomobile.joined.api.data.JOUserFactory

public class JOUserFactory
extends Object

This class contains various methods for creating user information.


Method Summary
 JOUser createUser(String json)
          This method creates an JOUser object from a Json document.
static JOUserFactory instance()
          This method returns an instance of the class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static JOUserFactory instance()
This method returns an instance of the class.

Returns:
An instance of the class.

createUser

public JOUser createUser(String json)
                  throws JOFriendFinderUnexpectedException
This method creates an JOUser object from a Json document.

Parameters:
json - The Json document.
Returns:
The JOUser object.
Throws:
JOFriendFinderUnexpectedException


Copyright © 2012 GeoMobile GmbH. All Rights Reserved.