Uses of Interface
org.apache.activemq.blob.BlobUploadStrategy
-
Packages that use BlobUploadStrategy Package Description org.apache.activemq.blob Helper classes for dealing with out-of-band BLOB objects -
-
Uses of BlobUploadStrategy in org.apache.activemq.blob
Classes in org.apache.activemq.blob that implement BlobUploadStrategy Modifier and Type Class Description class
DefaultBlobUploadStrategy
A default implementation ofBlobUploadStrategy
which uses the URL class to upload files or streams to a remote URLclass
FileSystemBlobStrategy
BlobUploadStrategy
andBlobDownloadStrategy
implementation which use the local filesystem for storing the payloadMethods in org.apache.activemq.blob that return BlobUploadStrategy Modifier and Type Method Description protected BlobUploadStrategy
BlobTransferPolicy. createUploadStrategy()
Returns the upload strategy depending on the information from the uploadURL.BlobUploadStrategy
BlobUploader. getStrategy()
BlobUploadStrategy
BlobTransferPolicy. getUploadStrategy()
Methods in org.apache.activemq.blob with parameters of type BlobUploadStrategy Modifier and Type Method Description void
BlobTransferPolicy. setUploadStrategy(BlobUploadStrategy uploadStrategy)
Sets the upload strategy to use for uploading BLOBs to some URL
-