Interface TargetFactoryDSL.AtClause

  • Type Parameters:
    T -
    All Known Implementing Classes:
    TargetFactory
    Enclosing interface:
    TargetFactoryDSL

    public static interface TargetFactoryDSL.AtClause
    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
      jakarta.ws.rs.client.WebTarget at​(String address)
      Returns a stub for a service endpoint at a given address.
      org.gcube.common.gxrest.request.GXWebTargetAdapterRequest getAsGxRest​(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