Interface InterfaceWithoutProvidersDefined
- All Superinterfaces:
InterfaceBase
@Path("/")
@Produces("text/plain")
@Consumes("text/plain")
@RegisterRestClient
public interface InterfaceWithoutProvidersDefined
extends InterfaceBase
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseexecutePost(String body) jakarta.ws.rs.core.ResponseexecutePut(Widget id, String body)
-
Method Details
-
executePost
- Specified by:
executePostin interfaceInterfaceBase
-
executePut
- Specified by:
executePutin interfaceInterfaceBase
-