Spring Web Services Framework

Uses of Class
org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy

Packages that use AbstractMonitoringStrategy
org.springframework.ws.transport.mail.monitor Provides the MonitoringStrategy interface and implementations. 
 

Uses of AbstractMonitoringStrategy in org.springframework.ws.transport.mail.monitor
 

Subclasses of AbstractMonitoringStrategy in org.springframework.ws.transport.mail.monitor
 class ImapIdleMonitoringStrategy
          Implementation of the MonitoringStrategy interface that uses the IMAP IDLE command for asynchronous message detection.
 class PollingMonitoringStrategy
          Implementation of the MonitoringStrategy interface that uses a simple polling mechanism.
 class Pop3PollingMonitoringStrategy
          Implementation of the MonitoringStrategy interface that uses a simple polling mechanism suitable for POP3 servers.
 


Spring Web Services Framework

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