Class MatchMakingSysLayoutResource


  • @Path("/syslayout")
    public class MatchMakingSysLayoutResource
    extends Object
    • Constructor Detail

      • MatchMakingSysLayoutResource

        public MatchMakingSysLayoutResource()
    • 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