Class SoapRobotService

java.lang.Object
com.logicaldoc.webservice.AbstractService
com.logicaldoc.robot.webswervice.soap.endpoint.SoapRobotService
All Implemented Interfaces:
RobotService

public class SoapRobotService extends com.logicaldoc.webservice.AbstractService implements RobotService
SOAP implementation of RobotService
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ask(String sid, String robot, String question)
     

    Methods inherited from class com.logicaldoc.webservice.AbstractService

    convertDateToString, convertStringToDate, getCurrentMessage, isValidateSession, setCurrentMessage, setValidateSession

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SoapRobotService

      public SoapRobotService()
  • Method Details

    • ask

      public String ask(String sid, String robot, String question) throws com.logicaldoc.core.security.authentication.AuthenticationException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException, IOException, RobotException, com.logicaldoc.core.automation.AutomationException, com.logicaldoc.core.runtime.FeatureDisabledException, AIException
      Specified by:
      ask in interface RobotService
      Throws:
      com.logicaldoc.core.security.authentication.AuthenticationException
      com.logicaldoc.webservice.WebserviceException
      com.logicaldoc.core.PersistenceException
      IOException
      RobotException
      com.logicaldoc.core.automation.AutomationException
      com.logicaldoc.core.runtime.FeatureDisabledException
      AIException