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