Interface TransportFactory.ConnectorCreator

Enclosing class:
TransportFactory

public static interface TransportFactory.ConnectorCreator
Defines an internal factory implementation to create connectors.
Author:
Holger Eichelberger, SSE
  • Method Details

    • createConnector

      TransportConnector createConnector()
      Creates a connector instance.
      Returns:
      the created connector instance
    • getName

      String getName()
      Returns the descriptive name of the connector.
      Returns:
      the name