Package com.lexmark.saperion.client
Class ConnectorFactoryImpl
java.lang.Object
com.lexmark.saperion.client.ConnectorFactoryImpl
- All Implemented Interfaces:
ConnectorFactory
This implementation of
ConnectorFactory allows to select the actual connection-type by specifying the
property PROPERTY_SAPERION_CONNECTION_TYPE.- Author:
- jschwarz
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewConnector(Map<String, String> properties) This method creates a new connector configured by the given configuration properties.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.lexmark.saperion.client.spi.ConnectorFactory
newConnector, newConnector
-
Field Details
-
DEFAULT_CONNECTION_TYPE
- See Also:
-
PROPERTY_SAPERION_CONNECTION_TYPE
-
-
Constructor Details
-
ConnectorFactoryImpl
public ConnectorFactoryImpl()
-
-
Method Details
-
newConnector
Description copied from interface:ConnectorFactoryThis method creates a new connector configured by the given configuration properties.- Specified by:
newConnectorin interfaceConnectorFactory- Parameters:
properties- the configuration properties.- Returns:
- a new connector configured by the given configuration properties
-