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