Interface InterfaceBase

All Known Subinterfaces:
InterfaceWithoutProvidersDefined, InterfaceWithoutProvidersDefinedWithConfigKey, InterfaceWithProvidersDefined

public interface InterfaceBase
  • Method Summary

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

    • executePost

      jakarta.ws.rs.core.Response executePost(String body)
    • executePut

      jakarta.ws.rs.core.Response executePut(Widget id, String body)