| Package | Description | 
|---|---|
| org.apache.activemq.blob | Helper classes for dealing with out-of-band BLOB objects | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.net.URL | DefaultStrategy. createMessageURL(ActiveMQBlobMessage message) | 
| void | FileSystemBlobStrategy. deleteFile(ActiveMQBlobMessage message) | 
| void | FTPBlobDownloadStrategy. deleteFile(ActiveMQBlobMessage message) | 
| void | DefaultBlobDownloadStrategy. deleteFile(ActiveMQBlobMessage message) | 
| void | BlobDownloader. deleteFile(ActiveMQBlobMessage message) | 
| void | BlobDownloadStrategy. deleteFile(ActiveMQBlobMessage message) | 
| protected java.io.File | FileSystemBlobStrategy. getFile(ActiveMQBlobMessage message)Return the  Filefor theActiveMQBlobMessage. | 
| java.io.InputStream | FileSystemBlobStrategy. getInputStream(ActiveMQBlobMessage message)Returns a  FileInputStreamfor the giveActiveMQBlobMessage | 
| java.io.InputStream | FTPBlobDownloadStrategy. getInputStream(ActiveMQBlobMessage message) | 
| java.io.InputStream | DefaultBlobDownloadStrategy. getInputStream(ActiveMQBlobMessage message) | 
| java.io.InputStream | BlobDownloader. getInputStream(ActiveMQBlobMessage message) | 
| java.io.InputStream | BlobDownloadStrategy. getInputStream(ActiveMQBlobMessage message) | 
| java.net.URL | BlobUploader. upload(ActiveMQBlobMessage message) | 
| java.net.URL | FileSystemBlobStrategy. uploadFile(ActiveMQBlobMessage message,
          java.io.File file) | 
| java.net.URL | FTPBlobUploadStrategy. uploadFile(ActiveMQBlobMessage message,
          java.io.File file) | 
| java.net.URL | DefaultBlobUploadStrategy. uploadFile(ActiveMQBlobMessage message,
          java.io.File file) | 
| java.net.URL | BlobUploadStrategy. uploadFile(ActiveMQBlobMessage message,
          java.io.File file) | 
| java.net.URL | FileSystemBlobStrategy. uploadStream(ActiveMQBlobMessage message,
            java.io.InputStream in) | 
| java.net.URL | FTPBlobUploadStrategy. uploadStream(ActiveMQBlobMessage message,
            java.io.InputStream in) | 
| java.net.URL | DefaultBlobUploadStrategy. uploadStream(ActiveMQBlobMessage message,
            java.io.InputStream fis) | 
| java.net.URL | BlobUploadStrategy. uploadStream(ActiveMQBlobMessage message,
            java.io.InputStream in) | 
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.