Class SoapAIService
java.lang.Object
com.logicaldoc.webservice.AbstractService
com.logicaldoc.ai.webswervice.soap.endpoint.SoapAIService
- All Implemented Interfaces:
AIService
SOAP implementation of
AIService
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.logicaldoc.webservice.AbstractService
convertDateToString, convertStringToDate, getCurrentMessage, isValidateSession, setCurrentMessage, setValidateSession
-
Constructor Details
-
SoapAIService
public SoapAIService()
-
-
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
-