Class MatchMakingSysLayoutResource
- java.lang.Object
-
- fi.tut.mei.matchmaking.matching_ws.rest.resources.MatchMakingSysLayoutResource
-
@Path("/syslayout") public class MatchMakingSysLayoutResource extends Object
-
-
Constructor Summary
Constructors Constructor Description MatchMakingSysLayoutResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description fi.tut.mei.matchmaking.model.xml.msg.SystemLayoutData
getSystemLayouts()
fi.tut.mei.matchmaking.model.xml.msg.SystemLayoutResp
submitSysLayout(fi.tut.mei.matchmaking.model.xml.msg.SystemLayoutCT sysLayout)
-
-
-
Method Detail
-
submitSysLayout
@POST @Consumes({"application/xml","application/json"}) @Produces({"application/xml","application/json"}) public fi.tut.mei.matchmaking.model.xml.msg.SystemLayoutResp submitSysLayout(fi.tut.mei.matchmaking.model.xml.msg.SystemLayoutCT sysLayout)
-
getSystemLayouts
@GET @Produces({"application/json","application/xml"}) public fi.tut.mei.matchmaking.model.xml.msg.SystemLayoutData getSystemLayouts() throws javax.ws.rs.core.NoContentException
- Throws:
javax.ws.rs.core.NoContentException
-
-