Interface ConnectorProvider

All Known Subinterfaces:
HttpConnectorProvider, SoapHttpConnectorProvider
All Known Implementing Classes:
HttpConnectorProviderImpl, SoapHttpConnectorProviderImpl

public interface ConnectorProvider
Provides a Connector with a unique id.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new instance of the connector created by this factory.
    Returns the unique id of the connector created by this factory.
  • Method Details

    • getConnectorId

      String getConnectorId()
      Returns the unique id of the connector created by this factory.
    • createConnectorInstance

      Connector<?> createConnectorInstance()
      Create a new instance of the connector created by this factory.