Interface VIAService

  • All Known Implementing Classes:
    SoapVIAClient, SoapVIAService

    public interface VIAService
    Web Service definition interface for Notifications and Messages
    Since:
    7.8
    Author:
    Marco Meschieri - LogicalDOC
    • Method Detail

      • request

        String request​(String sid,
                       String question,
                       boolean sendEmail)
                throws Exception
        Interprets the question answers to the user's email
        Parameters:
        sid - identifier of the session
        question - the question
        sendEmail - if the answer must also be sent to the user's email
        Returns:
        the response also delivered via email
        Throws:
        Exception - error in the server