Class HostingNodeResource
- java.lang.Object
-
- org.gcube.informationsystem.icproxy.resources.HostingNodeResource
-
@Path("HostingNode") public class HostingNodeResource extends Object
-
-
Constructor Summary
Constructors Constructor Description HostingNodeResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.gcube.common.resources.gcore.HostingNode>retrieve()Stringretrieve(String resultXPath)List<org.gcube.common.resources.gcore.GCoreEndpoint>retrieveGcoreEnpoints(String id)
-
-
-
Method Detail
-
retrieve
@GET @Produces("application/xml") public List<org.gcube.common.resources.gcore.HostingNode> retrieve()
-
retrieveGcoreEnpoints
@GET @Path("/{id}/GCoreEnpoints") @Produces("application/xml") public List<org.gcube.common.resources.gcore.GCoreEndpoint> retrieveGcoreEnpoints(@NotNull @PathParam("id") String id)
-
-