Interface HttpPUTGateway


  • public interface HttpPUTGateway
    Gateway to relay the PUT operation to the secured webservice responsible of executing the operation. By default, smarteditwebservices is the targeted extension.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String update​(java.util.Map<java.lang.String,​java.lang.String> payload, java.lang.String configId, java.lang.String token)  
    • Method Detail

      • update

        java.lang.String update​(java.util.Map<java.lang.String,​java.lang.String> payload,
                                @Header("configId")
                                java.lang.String configId,
                                @Header("Authorization")
                                java.lang.String token)