Interface VIAService
-
- All Known Implementing Classes:
SoapVIAClient,SoapVIAService
public interface VIAServiceWeb Service definition interface for Notifications and Messages- Since:
- 7.8
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringrequest(String sid, String question, boolean sendEmail)Interprets the question answers to the user's email
-
-
-
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 sessionquestion- the questionsendEmail- 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
-
-