Package org.gcube.common.calls.jaxrs
Class GcubeService
java.lang.Object
org.gcube.common.calls.jaxrs.GcubeService
Represents a gCube JAX-RS service with its metadata and call configuration.
- Author:
- Fabio Simeoni
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gcube.common.calls.Callcall()Returns the call configuration for this service.name()Returns the service QName.path()Returns the service path.service()Starts the bulding process for aGcubeService.
-
Constructor Details
-
GcubeService
Creates a new gCube service instance.- Parameters:
name- the service QNamepath- the service path
-
-
Method Details
-
service
Starts the bulding process for aGcubeService.- Returns:
- the service
-
path
Returns the service path.- Returns:
- the service path
-
name
Returns the service QName.- Returns:
- the service QName
-
call
public org.gcube.common.calls.Call call()Returns the call configuration for this service.- Returns:
- the call configuration
-