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 SystemLayoutData
getSystemLayouts()
SystemLayoutResp
submitSysLayout(SystemLayoutCT sysLayout)
-
-
-
Method Detail
-
submitSysLayout
@POST @Consumes({"application/xml","application/json"}) @Produces({"application/xml","application/json"}) public SystemLayoutResp submitSysLayout(SystemLayoutCT sysLayout)
-
getSystemLayouts
@GET @Produces({"application/json","application/xml"}) public SystemLayoutData getSystemLayouts() throws javax.ws.rs.core.NoContentException
- Throws:
javax.ws.rs.core.NoContentException
-
-