Uses of Interface
com.lexmark.saperion.client.spi.ConnectorFactory
Packages that use ConnectorFactory
-
Uses of ConnectorFactory in com.lexmark.saperion.client
Classes in com.lexmark.saperion.client that implement ConnectorFactoryModifier and TypeClassDescriptionclass
This implementation ofConnectorFactory
allows to select the actual connection-type by specifying the propertyConnectorFactoryImpl.PROPERTY_SAPERION_CONNECTION_TYPE
.Methods in com.lexmark.saperion.client with parameters of type ConnectorFactoryModifier and TypeMethodDescriptionstatic SaperionClientFactory
SaperionClientFactory.getSaperionClientFactory
(Map<String, 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 ConnectorFactoryModifier and TypeMethodDescriptionstatic ConnectorFactory
ConnectorFactory.loadConnectorFactory()
This method is a convenience method to retrieve an implementation of this service interface using the java service loader.