org.apache.activemq.blob
Class FTPBlobDownloadStrategy
java.lang.Object
org.apache.activemq.blob.FTPStrategy
org.apache.activemq.blob.FTPBlobDownloadStrategy
- All Implemented Interfaces:
- BlobDownloadStrategy
public class FTPBlobDownloadStrategy
- extends FTPStrategy
- implements BlobDownloadStrategy
A FTP implementation for BlobDownloadStrategy.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FTPBlobDownloadStrategy
public FTPBlobDownloadStrategy(BlobTransferPolicy transferPolicy)
throws MalformedURLException
- Throws:
MalformedURLException
getInputStream
public InputStream getInputStream(ActiveMQBlobMessage message)
throws IOException,
javax.jms.JMSException
- Specified by:
getInputStream in interface BlobDownloadStrategy
- Throws:
IOException
javax.jms.JMSException
deleteFile
public void deleteFile(ActiveMQBlobMessage message)
throws IOException,
javax.jms.JMSException
- Specified by:
deleteFile in interface BlobDownloadStrategy
- Throws:
IOException
javax.jms.JMSException
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.