Package org.gcube.common.calls.jaxws
Interface StubFactoryDSL.AtClause<T>
- Type Parameters:
T- the service interface type
- All Known Implementing Classes:
StubFactory
- Enclosing interface:
- StubFactoryDSL
public static interface StubFactoryDSL.AtClause<T>
Selects the address of the service endpoint or service instance.
- Author:
- Fabio Simeoni
-
Method Summary
-
Method Details
-
at
Returns a stub for a service endpoint at a given address.- Parameters:
address- the address- Returns:
- the stub
-