Interface ConfigurableSessionFactory<F>
- All Superinterfaces:
org.springframework.integration.file.remote.session.SessionFactory<F>
- All Known Implementing Classes:
ConfigurableFtpSessionFactory
public interface ConfigurableSessionFactory<F>
extends org.springframework.integration.file.remote.session.SessionFactory<F>
Service that session configuration from messages.
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.integration.file.remote.session.Session<F>getSession(org.springframework.messaging.Message<?> message) Get a session using the message.Methods inherited from interface org.springframework.integration.file.remote.session.SessionFactory
getSession
-
Method Details
-
getSession
org.springframework.integration.file.remote.session.Session<F> getSession(org.springframework.messaging.Message<?> message) Get a session using the message.- Parameters:
message- spring message- Returns:
- session connection
-