Class APIIntegratorConnector

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, IntegrationConnector, APIIntegratorOMISConnector
Direct Known Subclasses:
OpenAPIMonitorIntegrationConnector

public abstract class APIIntegratorConnector extends IntegrationConnectorBase implements APIIntegratorOMISConnector
APIIntegratorConnector is the base class for an integration connector that is managed by the API Integrator OMIS.
  • Constructor Details

    • APIIntegratorConnector

      public APIIntegratorConnector()
  • Method Details

    • setContext

      public void setContext(APIIntegratorContext context)
      Set up the context for this connector. It is called by the context manager.
      Parameters:
      context - context for this connector's private use.
    • getContext

      public APIIntegratorContext getContext() throws ConnectorCheckedException
      Return the context for this connector. It is called by the connector.
      Returns:
      context for this connector's private use.
      Throws:
      ConnectorCheckedException - internal issue setting up context