Class TargetFactory

    • Method Detail

      • getAsGxRest

        public org.gcube.common.gxrest.request.GXWebTargetAdapterRequest getAsGxRest​(String address)
        Description copied from interface: TargetFactoryDSL.AtClause
        Returns a stub for a service endpoint at a given address.
        Specified by:
        getAsGxRest in interface TargetFactoryDSL.AtClause
        Parameters:
        address - the address
        Returns:
        the stub
      • at

        public jakarta.ws.rs.client.WebTarget at​(String address)
        Description copied from interface: TargetFactoryDSL.AtClause
        Returns a stub for a service endpoint at a given address.
        Specified by:
        at in interface TargetFactoryDSL.AtClause
        Parameters:
        address - the address
        Returns:
        the stub
      • at

        public jakarta.ws.rs.client.WebTarget at​(jakarta.xml.ws.EndpointReference endpoint)