public class ConnectorFactoryImpl extends Object implements ConnectorFactory
ConnectorFactory
allows to select the actual connection-type by specifying the
property PROPERTY_SAPERION_CONNECTION_TYPE
.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CONNECTION_TYPE |
static String |
PROPERTY_SAPERION_CONNECTION_TYPE |
Constructor and Description |
---|
ConnectorFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
Connector |
newConnector(Map<String,String> properties)
This method creates a new connector configured by the given configuration properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadConnectorFactory, newConnector, newConnector
public static final String DEFAULT_CONNECTION_TYPE
public static String PROPERTY_SAPERION_CONNECTION_TYPE
public Connector newConnector(Map<String,String> properties)
ConnectorFactory
newConnector
in interface ConnectorFactory
properties
- the configuration properties.Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.