Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.MatchmakingReqResp
-
Packages that use MatchmakingReqResp Package Description fi.tut.mei.matchmaking.integration.rest.services fi.tut.mei.matchmaking.matching_ws.rest.resources fi.tut.mei.matchmaking.model.xml.msg -
-
Uses of MatchmakingReqResp in fi.tut.mei.matchmaking.integration.rest.services
Methods in fi.tut.mei.matchmaking.integration.rest.services that return MatchmakingReqResp Modifier and Type Method Description MatchmakingReqResp
MatchMakingRequestSubmissionService. submitMatchMakingRequest(MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
MatchmakingReqResp
MatchMakingRequestSubmissionService. submitTestMatchMakingRequest(MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
-
Uses of MatchmakingReqResp in fi.tut.mei.matchmaking.matching_ws.rest.resources
Methods in fi.tut.mei.matchmaking.matching_ws.rest.resources that return MatchmakingReqResp Modifier and Type Method Description MatchmakingReqResp
MatchMakingResource. submitMatchMakingRequest(MatchmakingReq mmReq)
-
Uses of MatchmakingReqResp in fi.tut.mei.matchmaking.model.xml.msg
Methods in fi.tut.mei.matchmaking.model.xml.msg that return MatchmakingReqResp Modifier and Type Method Description MatchmakingReqResp
ObjectFactory. createMatchmakingReqResp()
Create an instance ofMatchmakingReqResp
-