@Path(value="/cmems") public class CmemsResource extends AbstractImporterResource
| Constructor and Description |
|---|
CmemsResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getKeywords() |
javax.ws.rs.core.Response |
getMaxTime() |
javax.ws.rs.core.Response |
getMinTime() |
javax.ws.rs.core.Response |
getMotus() |
ProductResource |
getProduct(String productId) |
javax.ws.rs.core.Response |
getProducts(javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
getRegions() |
javax.ws.rs.core.Response |
getVariables() |
String |
test() |
check, checkSchedule, extractImportParameters@GET
@Path(value="products")
@Produces(value="application/xml")
public javax.ws.rs.core.Response getProducts(@Context
javax.ws.rs.core.UriInfo uriInfo)
@GET @Path(value="motu") @Produces(value="application/xml") public javax.ws.rs.core.Response getMotus()
@GET @Path(value="regions") @Produces(value="application/xml") public javax.ws.rs.core.Response getRegions()
@GET @Path(value="keywords") @Produces(value="application/xml") public javax.ws.rs.core.Response getKeywords()
@GET @Path(value="variables") @Produces(value="application/xml") public javax.ws.rs.core.Response getVariables()
@Path(value="minTime") @GET public javax.ws.rs.core.Response getMinTime()
@Path(value="maxTime") @GET public javax.ws.rs.core.Response getMaxTime()
@Path(value="products/{productId}")
public ProductResource getProduct(@PathParam(value="productId")
String productId)
@GET @Path(value="test") public String test()
Copyright © 2018. All Rights Reserved.