Class SoapRobotClient

java.lang.Object
com.logicaldoc.webservice.soap.client.SoapClient<RobotService>
com.logicaldoc.robot.webswervice.soap.client.SoapRobotClient
All Implemented Interfaces:
RobotService

public class SoapRobotClient extends com.logicaldoc.webservice.soap.client.SoapClient<RobotService> implements RobotService
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • SoapRobotClient

      public SoapRobotClient(String endpoint)
    • SoapRobotClient

      public SoapRobotClient(String endpoint, int timeout)
  • 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