Class MatchMakingResource
- java.lang.Object
-
- fi.tut.mei.matchmaking.matching_ws.rest.resources.MatchMakingResource
-
@Path("/matchmaking") public class MatchMakingResource extends Object
-
-
Constructor Summary
Constructors Constructor Description MatchMakingResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchmakingReqResp
submitMatchMakingRequest(MatchmakingReq mmReq)
-
-
-
Method Detail
-
submitMatchMakingRequest
@POST @Consumes({"application/xml","application/json"}) @Produces({"application/xml","application/json"}) public MatchmakingReqResp submitMatchMakingRequest(MatchmakingReq mmReq)
-
-