Uses of Class
efficom.runningjoe.ws.userapi.ArrayOfScore

Packages that use ArrayOfScore
efficom.runningjoe.services   
efficom.runningjoe.ws.userapi   
 

Uses of ArrayOfScore in efficom.runningjoe.services
 

Methods in efficom.runningjoe.services that return ArrayOfScore
 ArrayOfScore SoapManager.GetHighScores()
          Retrieving high scores from the web service
 

Uses of ArrayOfScore in efficom.runningjoe.ws.userapi
 

Methods in efficom.runningjoe.ws.userapi that return ArrayOfScore
 ArrayOfScore ObjectFactory.createArrayOfScore()
          Create an instance of ArrayOfScore
 ArrayOfScore UserApiPortType.highscores(int limit, int offset)