Package org.gcube.common.calls.jaxws
Interface StubFactoryDSL.AtClause<T>
-
- Type Parameters:
T-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tat(String address)Returns a stub for a service endpoint at a given address.
-