Creates a new instance of WebCustomObjectStreamFactory
IOUtilsCaller webIOUtil = null; try { webIOUtil = (IOUtilsCaller) (Class.forName(IO_UTILITY_CLASS_NAME)).newInstance(); } catch (Exception ex) { //FIXME: log error } return webIOUtil;