Package org.apache.activemq.blob
Interface BlobUploadStrategy
-
- All Known Implementing Classes:
DefaultBlobUploadStrategy,FileSystemBlobStrategy
public interface BlobUploadStrategyRepresents a strategy of uploading a file/stream to some remote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLuploadFile(ActiveMQBlobMessage message, File file)URLuploadStream(ActiveMQBlobMessage message, InputStream in)
-
-
-
Method Detail
-
uploadFile
URL uploadFile(ActiveMQBlobMessage message, File file) throws JMSException, IOException
- Throws:
JMSExceptionIOException
-
uploadStream
URL uploadStream(ActiveMQBlobMessage message, InputStream in) throws JMSException, IOException
- Throws:
JMSExceptionIOException
-
-