@Path(value="/") @Produces(value="text/plain") @Consumes(value="text/plain") @RegisterRestClient public interface InterfaceWithoutProvidersDefined extends InterfaceBase
Modifier and Type | Method and Description |
---|---|
jakarta.ws.rs.core.Response |
executePost(String body) |
jakarta.ws.rs.core.Response |
executePut(Widget id,
String body) |
@POST jakarta.ws.rs.core.Response executePost(String body)
executePost
in interface InterfaceBase
@PUT @Path(value="/{id}") jakarta.ws.rs.core.Response executePut(@PathParam(value="id") Widget id, String body)
executePut
in interface InterfaceBase
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.