Package org.springframework.ws.transport.mail.monitor
package org.springframework.ws.transport.mail.monitor
Provides the MonitoringStrategy interface and implementations. Used for monitoring a JavaMail Folder for new email
messages.
-
ClassDescriptionAbstract base class for the
MonitoringStrategy
interface.Implementation of theMonitoringStrategy
interface that uses the IMAP IDLE command for asynchronous message detection.Defines the contract for objects that monitor a given folder for new messages.Implementation of theMonitoringStrategy
interface that uses a simple polling mechanism.Implementation of theMonitoringStrategy
interface that uses a simple polling mechanism suitable for POP3 servers.