Class MatchMakingResultService
- java.lang.Object
-
- fi.tut.mei.matchmaking.integration.services.MatchMakingResultService
-
public class MatchMakingResultService extends Object
-
-
Constructor Summary
Constructors Constructor Description MatchMakingResultService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description fi.tut.mei.matchmaking.model.xml.msg.MatchmakingResult
getMatchMakingResult(String id)
void
submitMatchMakingResult(fi.tut.mei.matchmaking.model.xml.msg.MatchmakingResult mmResult)
-
-
-
Method Detail
-
submitMatchMakingResult
public void submitMatchMakingResult(fi.tut.mei.matchmaking.model.xml.msg.MatchmakingResult mmResult)
-
getMatchMakingResult
public fi.tut.mei.matchmaking.model.xml.msg.MatchmakingResult getMatchMakingResult(String id)
-
-