marshallerFactory, executorService.getValue(), asyncInvocationCancelStatus);
// trigger the receiving
versionOneProtocolHandler.startReceiving();
break;
case 0x02:
final VersionTwoProtocolChannelReceiver versionTwoProtocolHandler = new VersionTwoProtocolChannelReceiver(this.channelAssociation, deploymentRepository,
EJBRemoteConnectorService.this.ejbRemoteTransactionsRepositoryInjectedValue.getValue(), clientMappingRegistryCollector,
marshallerFactory, executorService.getValue(), asyncInvocationCancelStatus);
// trigger the receiving
versionTwoProtocolHandler.startReceiving();
break;
default:
throw EjbLogger.ROOT_LOGGER.ejbRemoteServiceCannotHandleClientVersion(version);
}