org.apache.activemq.blob
Class FTPBlobDownloadStrategy

java.lang.Object
  extended by org.apache.activemq.blob.FTPBlobDownloadStrategy
All Implemented Interfaces:
BlobDownloadStrategy

public class FTPBlobDownloadStrategy
extends Object
implements BlobDownloadStrategy

A FTP implementation for BlobDownloadStrategy.


Constructor Summary
FTPBlobDownloadStrategy()
           
 
Method Summary
 InputStream getInputStream(ActiveMQBlobMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPBlobDownloadStrategy

public FTPBlobDownloadStrategy()
Method Detail

getInputStream

public InputStream getInputStream(ActiveMQBlobMessage message)
                           throws IOException,
                                  JMSException
Specified by:
getInputStream in interface BlobDownloadStrategy
Throws:
IOException
JMSException


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.