Class SoapAIClient
java.lang.Object
com.logicaldoc.webservice.soap.client.SoapClient<AIService>
com.logicaldoc.ai.webswervice.soap.client.SoapAIClient
- All Implemented Interfaces:
AIService
public class SoapAIClient
extends com.logicaldoc.webservice.soap.client.SoapClient<AIService>
implements AIService
AIService
client- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SoapAIClient
-
SoapAIClient
-
-
Method Details
-
query
public List<WSResult> query(String sid, String model, List<String> features) throws com.logicaldoc.core.security.authentication.AuthenticationException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException, FeatureNotEnabledException - Specified by:
query
in interfaceAIService
- Throws:
com.logicaldoc.core.security.authentication.AuthenticationException
com.logicaldoc.webservice.WebserviceException
com.logicaldoc.core.PersistenceException
FeatureNotEnabledException
-