Class IntradocClientProvider

java.lang.Object
oracle.stellent.ridc.protocol.intradoc.IntradocClientProvider
All Implemented Interfaces:
IdcClientProvider

@Concealed public class IntradocClientProvider extends Object implements IdcClientProvider
Creates the HDA clients
  • Field Details

    • PROTOCOLS

      public static final String[] PROTOCOLS
  • Constructor Details

    • IntradocClientProvider

      public IntradocClientProvider()
  • Method Details

    • getProtocols

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

      public IdcClient createClient(IdcClientManager clientManager, String url)
      Create a new IDC client using the given URL
      Specified by:
      createClient in interface IdcClientProvider
      Parameters:
      clientManager - the client manager
      url - the url
      Returns:
      a new client initialized to the URL