public interface ChildClient extends BaseClient
Modifier and Type | Method and Description |
---|---|
jakarta.ws.rs.core.Response |
executeBasePost() |
jakarta.ws.rs.core.Response |
executeChildGet() |
executeBaseGet
@GET @Path(value="/child") jakarta.ws.rs.core.Response executeChildGet()
@POST @Path(value="/childOverride") jakarta.ws.rs.core.Response executeBasePost()
executeBasePost
in interface BaseClient
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.