Package org.gcube.common.calls.jaxws
Interface GcubeServiceBuilderDSL.StubClause
- All Known Implementing Classes:
GcubeServiceBuilder
- Enclosing interface:
- GcubeServiceBuilderDSL
public static interface GcubeServiceBuilderDSL.StubClause
The clause that sets the stub interface of the target service.
- Author:
- Fabio Simeoni
-
Method Summary
Modifier and TypeMethodDescription<T> GcubeService<T>andInterface(Class<T> type) Sets the stub interface of the target service.
-
Method Details
-
andInterface
Sets the stub interface of the target service.- Type Parameters:
T- the service interface type- Parameters:
type- the interface- Returns:
- the
GcubeServicethat described the target service.
-