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 SummaryConstructorsConstructorDescriptionSoapRobotClient(String endpoint) SoapRobotClient(String endpoint, int timeout) 
- 
Method Summary
- 
Constructor Details- 
SoapRobotClient
- 
SoapRobotClient
 
- 
- 
Method Details- 
askpublic 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:
- askin interface- RobotService
- 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
 
 
-