@Path(value="/ststapi/v1/rechner")
public class RechnerService
extends java.lang.Object
Constructor and Description |
---|
RechnerService() |
RechnerService(StartStopp startStopp) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
responseRechner() |
javax.ws.rs.core.Response |
responseRechnerApplikation(java.lang.String rechnerName,
java.lang.String inkarnationsName) |
javax.ws.rs.core.Response |
responseRechnerApplikationen(java.lang.String rechnerName) |
javax.ws.rs.core.Response |
responseRechnerSkript(java.lang.String rechnerName) |
public RechnerService()
public RechnerService(StartStopp startStopp)
@GET @Produces(value="application/json") public javax.ws.rs.core.Response responseRechner()
@GET @Path(value="{rechnername}/skript") public javax.ws.rs.core.Response responseRechnerSkript(@PathParam(value="rechnername") java.lang.String rechnerName)
@GET @Path(value="{rechnername}/applikationen") public javax.ws.rs.core.Response responseRechnerApplikationen(@PathParam(value="rechnername") java.lang.String rechnerName)
@GET @Path(value="{rechnername}/applikationen/{inkarnationsname}") public javax.ws.rs.core.Response responseRechnerApplikation(@PathParam(value="rechnername") java.lang.String rechnerName, @PathParam(value="inkarnationsname") java.lang.String inkarnationsName)