org.apache.activemq.blob
Interface BlobUploadStrategy
- All Known Implementing Classes:
- DefaultBlobUploadStrategy, FileSystemBlobStrategy, FTPBlobUploadStrategy
public interface BlobUploadStrategy
Represents a strategy of uploading a file/stream to some remote
uploadFile
URL uploadFile(ActiveMQBlobMessage message,
File file)
throws javax.jms.JMSException,
IOException
- Throws:
javax.jms.JMSException
IOException
uploadStream
URL uploadStream(ActiveMQBlobMessage message,
InputStream in)
throws javax.jms.JMSException,
IOException
- Throws:
javax.jms.JMSException
IOException
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.