Package org.gcube.common.calls.jaxrs
Interface GcubeServiceBuilderDSL.StubClause
-
- All Known Implementing Classes:
GcubeServiceBuilder
- Enclosing interface:
- GcubeServiceBuilderDSL
public static interface GcubeServiceBuilderDSL.StubClauseThe clause that sets the stub interface of the target service.- Author:
- Fabio Simeoni
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcubeServiceandPath(String path)GcubeServiceuseRootPath()Sets the stub interface of the target service.
-
-
-
Method Detail
-
useRootPath
GcubeService useRootPath()
Sets the stub interface of the target service.- Parameters:
type- the interface- Returns:
- the
GCoreServicethat described the target service.
-
andPath
GcubeService andPath(String path)
-
-