|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectefficom.runningjoe.services.SoapManager
public class SoapManager
Method Summary | |
---|---|
ArrayOfScore |
GetHighScores()
Retrieving high scores from the web service |
ArrayOfString |
GetHighScoresStrings()
Retrieving high scores from the web service |
static SoapManager |
getInstance()
|
boolean |
getIsConnected()
|
java.lang.String |
Login(java.lang.String prmName,
java.lang.String prmPassword)
Try to log the user into the server |
java.lang.String |
RecordScore(int score)
Try to record the score on the server |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final SoapManager getInstance()
public boolean getIsConnected()
public java.lang.String Login(java.lang.String prmName, java.lang.String prmPassword)
Name
- of the playerPassword
- of the player
public java.lang.String RecordScore(int score)
The
- score value
public ArrayOfScore GetHighScores()
public ArrayOfString GetHighScoresStrings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |