@Path(value="/grid") public class GridServices extends Object
| Constructor and Description |
|---|
GridServices() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getFile(String id) |
void |
register(RegistrationMessage message) |
@POST @Consumes(value="application/json") @Path(value="/register") public void register(RegistrationMessage message)
@GET
@Path(value="/file/{id}")
public javax.ws.rs.core.Response getFile(@PathParam(value="id")
String id)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.