Package org.gcube.common.calls.jaxrs
Interface TargetFactoryDSL.AtClause
-
- Type Parameters:
T-
- All Known Implementing Classes:
TargetFactory
- Enclosing interface:
- TargetFactoryDSL
public static interface TargetFactoryDSL.AtClauseSelects 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 jakarta.ws.rs.client.WebTargetat(String address)Returns a stub for a service endpoint at a given address.org.gcube.common.gxrest.request.GXWebTargetAdapterRequestgetAsGxRest(String address)Returns a stub for a service endpoint at a given address.
-
-
-
Method Detail
-
getAsGxRest
org.gcube.common.gxrest.request.GXWebTargetAdapterRequest getAsGxRest(String address)
Returns a stub for a service endpoint at a given address.- Parameters:
address- the address- Returns:
- the stub
-
at
jakarta.ws.rs.client.WebTarget at(String address)
Returns a stub for a service endpoint at a given address.- Parameters:
address- the address- Returns:
- the stub
-
-