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 Details

    • SoapAIClient

      public SoapAIClient(String endpoint)
    • SoapAIClient

      public SoapAIClient(String endpoint, int timeout)
  • 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 interface AIService
      Throws:
      com.logicaldoc.core.security.authentication.AuthenticationException
      com.logicaldoc.webservice.WebserviceException
      com.logicaldoc.core.PersistenceException
      FeatureNotEnabledException