org.apache.activemq.blob
Interface BlobDownloadStrategy
- All Known Implementing Classes:
- DefaultBlobDownloadStrategy, FileSystemBlobStrategy, FTPBlobDownloadStrategy
public interface BlobDownloadStrategy
Represents a strategy of downloading a file/stream from some remote
getInputStream
InputStream getInputStream(ActiveMQBlobMessage message)
throws IOException,
javax.jms.JMSException
- Throws:
IOException
javax.jms.JMSException
deleteFile
void deleteFile(ActiveMQBlobMessage message)
throws IOException,
javax.jms.JMSException
- Throws:
IOException
javax.jms.JMSException
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.