@Path(value="topology") public class TopologyResource extends BaseResource
| Constructor and Description |
|---|
TopologyResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getGeoLocations() |
javax.ws.rs.core.Response |
setSprites(InputStream stream) |
get, ok, setServiceDirectory@Path(value="geoloc") @GET @Produces(value="application/json") public javax.ws.rs.core.Response getGeoLocations()
@Path(value="sprites") @POST @Consumes(value="application/json") public javax.ws.rs.core.Response setSprites(InputStream stream) throws IOException
IOException