Interface TransportFactory.ConnectorCreator
- Enclosing class:
TransportFactory
public static interface TransportFactory.ConnectorCreator
Defines an internal factory implementation to create connectors.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionCreates a connector instance.getName()Returns the descriptive name of the connector.
-
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
-