Class LegacyOperationAdapter<ResultType extends Serializable,EcmExceptionType extends com.lexmark.saperion.exceptions.EcmException>

java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<ResultType>
com.saperion.operations.LegacyOperationAdapter<ResultType,EcmExceptionType>
All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<ResultType,SaBasicException,LegacyConnection>, Serializable

public class LegacyOperationAdapter<ResultType extends Serializable,EcmExceptionType extends com.lexmark.saperion.exceptions.EcmException> extends LegacyOperation<ResultType>
This LegacyOperation enables legacy connections to invoke new operations. It is a work around for the time where ecm server and legacy jcs still are the same process.
Author:
jschwarz
See Also: