objC = new SOSVfsLocal();
logger.debug(String.format(objMsg.getMsg(SOSVfs_D_0201), conMethodName, SOSVfsLocal.class.toString()));
}
if (strWhatSystem.equalsIgnoreCase(enuTransferTypes.zip.Text())) {
objC = new SOSVfsZip();
logger.debug(String.format(objMsg.getMsg(SOSVfs_D_0201), conMethodName, SOSVfsZip.class.toString()));
}
if (objC == null) {
throw new Exception(String.format(objMsg.getMsg(SOSVfs_E_0203), strWhatSystem));