Class RESTClientConnectorProvider

All Implemented Interfaces:
AuditLoggingComponent
Direct Known Subclasses:
SpringRESTClientConnectorProvider

public class RESTClientConnectorProvider extends OpenConnectorProviderBase
RESTClientConnectorProvider provides base class of the connector provider for the RESTClientConnector.
  • Constructor Details

    • RESTClientConnectorProvider

      public RESTClientConnectorProvider()
      Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific REST Client Connector implementation. This constructor should be overridden in the connector implementation.
    • RESTClientConnectorProvider

      public RESTClientConnectorProvider(OpenConnectorDefinition openConnectorDescription, String connectorClassName, List<String> recognizedConfigurationPropertyNames)
      Constructor for an open connector provider.
      Parameters:
      openConnectorDescription - connector definition
      connectorClassName - connector class name
      recognizedConfigurationPropertyNames - list of property names that the connector supports in the configuration properties.
    • RESTClientConnectorProvider

      public RESTClientConnectorProvider(OpenConnectorDefinition openConnectorDescription, String connectorClassName, List<String> recognizedConfigurationPropertyNames, List<String> connectorInterfaces, String expectedDataFormat)
      Constructor for an open connector provider.
      Parameters:
      openConnectorDescription - connector definition
      connectorClassName - connector class name
      recognizedConfigurationPropertyNames - list of property names that the connector supports in the configuration properties.
      connectorInterfaces - list of interfaces that the connector supports.
      expectedDataFormat - description of the data format that the connector expects.