Interface HttpGETGateway


  • public interface HttpGETGateway
    Gateway to relay the GET operation to the secured webservice responsible of executing the operation. By default, smarteditwebservices is the targeted extension.
    • Method Detail

      • loadAll

        java.lang.String loadAll​(java.lang.String payload,
                                 @Header("Authorization")
                                 java.lang.String token)