All Superinterfaces:
BaseClient

public interface ChildClient extends BaseClient
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
     
    jakarta.ws.rs.core.Response
     

    Methods inherited from interface org.eclipse.microprofile.rest.client.tck.interfaces.BaseClient

    executeBaseGet
  • Method Details

    • executeChildGet

      @GET @Path("/child") jakarta.ws.rs.core.Response executeChildGet()
    • executeBasePost

      @POST @Path("/childOverride") jakarta.ws.rs.core.Response executeBasePost()
      Specified by:
      executeBasePost in interface BaseClient