Uses of Interface
com.lexmark.saperion.client.spi.ConnectorFactory
Packages that use ConnectorFactory
- 
Uses of ConnectorFactory in com.lexmark.saperion.clientClasses in com.lexmark.saperion.client that implement ConnectorFactoryModifier and TypeClassDescriptionclassThis 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 ConnectorFactoryModifier and TypeMethodDescriptionstatic SaperionClientFactorySaperionClientFactory.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.spiMethods in com.lexmark.saperion.client.spi that return ConnectorFactoryModifier and TypeMethodDescriptionstatic ConnectorFactoryConnectorFactory.loadConnectorFactory()This method is a convenience method to retrieve an implementation of this service interface using the java service loader.