All Implemented Interfaces:
AuditLoggingComponent

@Deprecated public class IntegrationConnectorProvider extends IntegrationConnectorProvider
Deprecated.
The IntegrationConnectorProvider provides a base class for the connector provider supporting Integration Connectors. It extends ConnectorProviderBase which does the creation of connector instances. The subclasses of IntegrationConnectorProvider must initialize ConnectorProviderBase with the Java class name of their Connector implementation (by calling super.setConnectorClassName(className)). Then the connector provider will work.
  • Constructor Details

    • IntegrationConnectorProvider

      public IntegrationConnectorProvider()
      Deprecated.