Interface HttpPOSTGateway


  • public interface HttpPOSTGateway
    Gateway to relay the POST 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 save​(java.util.Map<java.lang.String,​java.lang.String> payload, java.lang.String token)  
    • Method Detail

      • save

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