Interface IdcClientProvider

All Known Implementing Classes:
IdcHttpClientProvider, IntradocClientProvider, JaxWSClientProvider

@Concealed public interface IdcClientProvider
Interface for factory class of IdcClient
  • Method Details

    • getProtocols

      String[] getProtocols()
      Get a list of protocols supported by this provider
      Returns:
      The list of protocols supported by this provider. Must not be null and must contain at least one entry
    • createClient

      IdcClient createClient(IdcClientManager clientManager, String url) throws IdcClientException
      Create an IdcClient using the given URL
      Parameters:
      clientManager - the client manager
      url - the url
      Returns:
      a new client initialized to the URL
      Throws:
      IdcClientException