Package com.saperion.connector.service
Class LegacyAwareRmiClientService
java.lang.Object
com.lexmark.saperion.remote.client.AbstractRmiClientService
com.saperion.connector.service.LegacyAwareRmiClientService
@Deprecated
public class LegacyAwareRmiClientService
extends com.lexmark.saperion.remote.client.AbstractRmiClientService
Deprecated.
don't use this class
This
rmi client service
is aware of the classic connector and legacy connection.- Author:
- jschwarz
-
Field Summary
Fields inherited from class com.lexmark.saperion.remote.client.AbstractRmiClientService
ecmConnection
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LegacyAwareRmiClientService
(LegacyConnection legacyConnection) Deprecated.protected
LegacyAwareRmiClientService
(LegacyConnection legacyConnection, com.lexmark.saperion.remote.common.Connection connection) Deprecated.protected
LegacyAwareRmiClientService
(SaClassicConnector legacyConnection) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic com.lexmark.saperion.remote.common.Connection
createConnectionFromClassicConnector
(SaClassicConnector legacyConnection) Deprecated.protected SaBasicException
mapSystemException
(SaSystemException systemException) Deprecated.protected com.lexmark.saperion.exceptions.system.SystemException
unwrapSystemException
(SaSystemException systemException) Deprecated.
-
Constructor Details
-
LegacyAwareRmiClientService
Deprecated. -
LegacyAwareRmiClientService
protected LegacyAwareRmiClientService(LegacyConnection legacyConnection, com.lexmark.saperion.remote.common.Connection connection) Deprecated. -
LegacyAwareRmiClientService
Deprecated.
-
-
Method Details
-
createConnectionFromClassicConnector
public static com.lexmark.saperion.remote.common.Connection createConnectionFromClassicConnector(SaClassicConnector legacyConnection) Deprecated. -
mapSystemException
protected SaBasicException mapSystemException(SaSystemException systemException) throws SaBasicException Deprecated.- Throws:
SaBasicException
-
unwrapSystemException
protected com.lexmark.saperion.exceptions.system.SystemException unwrapSystemException(SaSystemException systemException) Deprecated.
-