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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SoapAIClient
- 
SoapAIClient
 
- 
- 
Method Details- 
querypublic 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:
- queryin interface- AIService
- Throws:
- com.logicaldoc.core.security.authentication.AuthenticationException
- com.logicaldoc.webservice.WebserviceException
- com.logicaldoc.core.PersistenceException
- FeatureNotEnabledException
 
 
-