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 BaseClientCopyright © 2021 Eclipse Foundation. All rights reserved.