Package org.gcube.common.calls.jaxws
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 <T> GcubeService<T>andInterface(Class<T> type)Sets the stub interface of the target service.
-
-
-
Method Detail
-
andInterface
<T> GcubeService<T> andInterface(Class<T> type)
Sets the stub interface of the target service.- Parameters:
type- the interface- Returns:
- the
GCoreServicethat described the target service.
-
-