Spring Web Services Framework

Package org.springframework.ws.transport.mail.monitor

Provides the MonitoringStrategy interface and implementations.

See:
          Description

Interface Summary
MonitoringStrategy Defines the contract for objects that monitor a given folder for new messages.
 

Class Summary
AbstractMonitoringStrategy Abstract base class for the MonitoringStrategy interface.
ImapIdleMonitoringStrategy Implementation of the MonitoringStrategy interface that uses the IMAP IDLE command for asynchronous message detection.
PollingMonitoringStrategy Implementation of the MonitoringStrategy interface that uses a simple polling mechanism.
Pop3PollingMonitoringStrategy Implementation of the MonitoringStrategy interface that uses a simple polling mechanism suitable for POP3 servers.
 

Package org.springframework.ws.transport.mail.monitor Description

Provides the MonitoringStrategy interface and implementations. Used for monitoring a JavaMail Folder for new email messages.


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.