logger.error("ISOSVFSHandler not part of class");
}
}
if (strWhatSystem.equalsIgnoreCase(enuTransferTypes.ftp.Text())) {
objC = new SOSVfsFtp();
logger.debug(String.format(objMsg.getMsg(SOSVfs_D_0201), conMethodName, SOSVfsFtp.class.toString()));
}
if (strWhatSystem.equalsIgnoreCase(enuTransferTypes.ftps.Text())) {
objC = new SOSVfsFtpS();