Java org.springframework.integration.ftp.dsl Ftp fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.ftp.dsl Ftp fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.ftp.dsl Ftp.

The text is from its open source code.

Method

FtpInboundChannelAdapterSpecinboundAdapter(SessionFactory sessionFactory)
A FtpInboundChannelAdapterSpec factory for an inbound channel adapter spec.
FtpStreamingInboundChannelAdapterSpecinboundStreamingAdapter( RemoteFileTemplate remoteFileTemplate)
A FtpStreamingInboundChannelAdapterSpec factory for an inbound channel adapter spec.
FtpMessageHandlerSpecoutboundAdapter(SessionFactory sessionFactory, FileExistsMode fileExistsMode)
A FtpMessageHandlerSpec factory for an outbound channel adapter spec.
FtpMessageHandlerSpecoutboundAdapter(RemoteFileTemplate remoteFileTemplate, FileExistsMode fileExistsMode)
A FtpMessageHandlerSpec factory for an outbound channel adapter spec.
FtpMessageHandlerSpecoutboundAdapter(SessionFactory sessionFactory)
A FtpMessageHandlerSpec factory for an outbound channel adapter spec.
FtpMessageHandlerSpecoutboundAdapter(RemoteFileTemplate remoteFileTemplate)
A FtpMessageHandlerSpec factory for an outbound channel adapter spec.
FtpOutboundGatewaySpecoutboundGateway(SessionFactory sessionFactory, AbstractRemoteFileOutboundGateway.Command command, String expression)
Produce a FtpOutboundGatewaySpec based on the SessionFactory , AbstractRemoteFileOutboundGateway.Command and expression for the remoteFilePath.
FtpOutboundGatewaySpecoutboundGateway(SessionFactory sessionFactory, String command, String expression)
Produce a FtpOutboundGatewaySpec based on the SessionFactory , AbstractRemoteFileOutboundGateway.Command and expression for the remoteFilePath.
FtpOutboundGatewaySpecoutboundGateway(RemoteFileTemplate remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, String expression)
Produce a FtpOutboundGatewaySpec based on the RemoteFileTemplate , AbstractRemoteFileOutboundGateway.Command and expression for the remoteFilePath.
FtpOutboundGatewaySpecoutboundGateway(RemoteFileTemplate remoteFileTemplate, String command, String expression)
Produce a FtpOutboundGatewaySpec based on the RemoteFileTemplate , AbstractRemoteFileOutboundGateway.Command and expression for the remoteFilePath.