Class ServiceEndpointResource
- java.lang.Object
-
- org.gcube.informationsystem.icproxy.resources.ServiceEndpointResource
-
@Path("ServiceEndpoint") public class ServiceEndpointResource extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceEndpointResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.gcube.common.resources.gcore.ServiceEndpoint>retrieve(String resourceCategory)List<org.gcube.common.resources.gcore.ServiceEndpoint>retrieve(String resourceName, String resourceCategory, boolean isDecrypt)StringretrieveCustom(String resourceName, String resourceCategory, String resultXPath)
-
-
-
Method Detail
-
retrieve
@GET @Path("/{category}") @Produces("application/xml") public List<org.gcube.common.resources.gcore.ServiceEndpoint> retrieve(@NotNull @PathParam("category") String resourceCategory)
-
retrieve
@GET @Path("/{category}/{name}") @Produces("application/xml") public List<org.gcube.common.resources.gcore.ServiceEndpoint> retrieve(@NotNull @PathParam("name") String resourceName, @NotNull @PathParam("category") String resourceCategory, @QueryParam("decrypt") boolean isDecrypt)
-
-