Uses of Interface
com.lexmark.saperion.client.spi.ConnectorFactory
-
Packages that use ConnectorFactory Package Description com.lexmark.saperion.client com.lexmark.saperion.client.spi -
-
Uses of ConnectorFactory in com.lexmark.saperion.client
Classes in com.lexmark.saperion.client that implement ConnectorFactory Modifier and Type Class Description classConnectorFactoryImplThis implementation ofConnectorFactoryallows to select the actual connection-type by specifying the propertyConnectorFactoryImpl.PROPERTY_SAPERION_CONNECTION_TYPE.Methods in com.lexmark.saperion.client with parameters of type ConnectorFactory Modifier and Type Method Description static SaperionClientFactorySaperionClientFactory. getSaperionClientFactory(java.util.Map<java.lang.String,java.lang.String> properties, ConnectorFactory connectorFactory)This factory method creates a new saperion client factory given an implementation ofConnectorFactory. -
Uses of ConnectorFactory in com.lexmark.saperion.client.spi
Methods in com.lexmark.saperion.client.spi that return ConnectorFactory Modifier and Type Method Description static ConnectorFactoryConnectorFactory. loadConnectorFactory()This method is a convenience method to retrieve an implementation of this service interface using the java service loader.
-