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
RobotService
client- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
ConstructorsConstructorDescriptionSoapRobotClient
(String endpoint) SoapRobotClient
(String endpoint, int timeout) -
Method Summary
-
Constructor Details
-
SoapRobotClient
-
SoapRobotClient
-
-
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, FeatureNotEnabledException, IOException, RobotException, com.logicaldoc.core.automation.AutomationException, com.logicaldoc.core.exception.FeatureDisabledException, AIException - Specified by:
ask
in interfaceRobotService
- Throws:
com.logicaldoc.core.security.authentication.AuthenticationException
com.logicaldoc.webservice.WebserviceException
com.logicaldoc.core.PersistenceException
FeatureNotEnabledException
IOException
RobotException
com.logicaldoc.core.automation.AutomationException
com.logicaldoc.core.exception.FeatureDisabledException
AIException
-