Package org.gcube.common.calls.jaxrs
Interface GcubeServiceBuilderDSL.NameClause
-
- All Known Implementing Classes:
GcubeServiceBuilder
- Enclosing interface:
- GcubeServiceBuilderDSL
public static interface GcubeServiceBuilderDSL.NameClauseThe clause that sets the name of the target service.- Author:
- Fabio Simeoni
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcubeServiceBuilderDSL.StubClausewithName(QName name)Sets the qualified name of the target service.
-
-
-
Method Detail
-
withName
GcubeServiceBuilderDSL.StubClause withName(QName name)
Sets the qualified name of the target service.- Parameters:
name- the qualified name of the target service- Returns:
- the next clause
-
-