Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.MatchmakingResultReq
-
Packages that use MatchmakingResultReq Package Description fi.tut.mei.matchmaking.matching_ws.rest.resources fi.tut.mei.matchmaking.model.xml.msg -
-
Uses of MatchmakingResultReq in fi.tut.mei.matchmaking.matching_ws.rest.resources
Methods in fi.tut.mei.matchmaking.matching_ws.rest.resources with parameters of type MatchmakingResultReq Modifier and Type Method Description MatchmakingResult
MatchMakingResultResource. getJsonMatchMakingResult(MatchmakingResultReq resultReq)
TODOMatchmakingResult
MatchMakingResultResource. getXmlMatchMakingResult(MatchmakingResultReq resultReq)
TODO -
Uses of MatchmakingResultReq in fi.tut.mei.matchmaking.model.xml.msg
Methods in fi.tut.mei.matchmaking.model.xml.msg that return MatchmakingResultReq Modifier and Type Method Description MatchmakingResultReq
ObjectFactory. createMatchmakingResultReq()
Create an instance ofMatchmakingResultReq
-