Java org.springframework.integration.file.remote RemoteFileTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.file.remote RemoteFileTemplate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.file.remote RemoteFileTemplate.

The text is from its open source code.

Subclass

org.springframework.integration.file.remote.RemoteFileTemplate has subclasses.
Click this link to see all its subclasses.

Constructor

RemoteFileTemplate(SessionFactory sessionFactory)
Construct a RemoteFileTemplate with the supplied session factory.

Method

voidafterPropertiesSet()
Texecute(SessionCallback callback)
booleanget(Message message, InputStreamCallback callback)
booleanget(final String remotePath, final InputStreamCallback callback)
voidsetBeanFactory(BeanFactory beanFactory)
voidsetFileNameExpression(Expression fileNameExpression)
Set the file name expression to determine the full path to the remote file when retrieving a file using the #get(Message,InputStreamCallback) method, with the message being the root object of the evaluation.