org.springframework.integration.adapter.mail
Interface FolderConnection

All Superinterfaces:
org.springframework.context.Lifecycle
All Known Implementing Classes:
DefaultFolderConnection

public interface FolderConnection
extends org.springframework.context.Lifecycle

* Encapsulates state for a restartable connection to a Folder and ensures thread safety

Author:
Jonas Partner

Method Summary
 javax.mail.Message[] receive()
           
 
Methods inherited from interface org.springframework.context.Lifecycle
isRunning, start, stop
 

Method Detail

receive

javax.mail.Message[] receive()