Package org.jboss.internal.soa.esb.couriers.helpers

Examples of org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.deleteFile()


    try
    {
      FtpFileHandler handler = (FtpFileHandler) FileHandlerFactory.getInstance().getFileHandler(ftpEpr);
     
      handler.deleteFile(theFile);
    }
    catch (CourierException ex)
    {
      // TODO should really look for false being returned to indicate no such file!
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.