Class ConnectorFactoryImpl

java.lang.Object
com.lexmark.saperion.client.ConnectorFactoryImpl
All Implemented Interfaces:
ConnectorFactory

public class ConnectorFactoryImpl extends Object implements ConnectorFactory
This implementation of ConnectorFactory allows to select the actual connection-type by specifying the property PROPERTY_SAPERION_CONNECTION_TYPE.
Author:
jschwarz
  • Field Details

    • DEFAULT_CONNECTION_TYPE

      public static final String DEFAULT_CONNECTION_TYPE
      See Also:
    • PROPERTY_SAPERION_CONNECTION_TYPE

      public static String PROPERTY_SAPERION_CONNECTION_TYPE
  • Constructor Details

    • ConnectorFactoryImpl

      public ConnectorFactoryImpl()
  • Method Details

    • newConnector

      public Connector newConnector(Map<String,String> properties)
      Description copied from interface: ConnectorFactory
      This method creates a new connector configured by the given configuration properties.
      Specified by:
      newConnector in interface ConnectorFactory
      Parameters:
      properties - the configuration properties.
      Returns:
      a new connector configured by the given configuration properties