Package org.gcube.common.calls.jaxrs
Class GcubeService
- java.lang.Object
-
- org.gcube.common.calls.jaxrs.GcubeService
-
public class GcubeService extends Object
-
-
Constructor Summary
Constructors Constructor Description GcubeService(QName name, String path)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.common.calls.Callcall()QNamename()Stringpath()static GcubeServiceBuilderDSL.NameClauseservice()Starts the bulding process for aGcubeService.
-
-
-
Method Detail
-
service
public static GcubeServiceBuilderDSL.NameClause service()
Starts the bulding process for aGcubeService.- Returns:
- the service
-
path
public String path()
-
name
public QName name()
-
call
public org.gcube.common.calls.Call call()
-
-