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.AbstractRmiClientServiceDeprecated.don't use this classThisrmi client serviceis aware of the classic connector and legacy connection.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLegacyAwareRmiClientService(LegacyConnection legacyConnection)Deprecated.protectedLegacyAwareRmiClientService(LegacyConnection legacyConnection, com.lexmark.saperion.remote.common.Connection connection)Deprecated.protectedLegacyAwareRmiClientService(SaClassicConnector legacyConnection)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static com.lexmark.saperion.remote.common.ConnectioncreateConnectionFromClassicConnector(SaClassicConnector legacyConnection)Deprecated.protected SaBasicExceptionmapSystemException(SaSystemException systemException)Deprecated.protected com.lexmark.saperion.exceptions.system.SystemExceptionunwrapSystemException(SaSystemException systemException)Deprecated.
-
-
-
Constructor Detail
-
LegacyAwareRmiClientService
protected LegacyAwareRmiClientService(SaClassicConnector legacyConnection)
Deprecated.
-
LegacyAwareRmiClientService
protected LegacyAwareRmiClientService(LegacyConnection legacyConnection, com.lexmark.saperion.remote.common.Connection connection)
Deprecated.
-
LegacyAwareRmiClientService
protected LegacyAwareRmiClientService(LegacyConnection legacyConnection)
Deprecated.
-
-
Method Detail
-
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.
-
-