Uses of Interface
org.springframework.ws.transport.mail.monitor.MonitoringStrategy
Packages that use MonitoringStrategy
Package
Description
Package providing support for handling messages via email.
Provides the MonitoringStrategy interface and implementations.
-
Uses of MonitoringStrategy in org.springframework.ws.transport.mail
Methods in org.springframework.ws.transport.mail with parameters of type MonitoringStrategyModifier and TypeMethodDescriptionvoid
MailMessageReceiver.setMonitoringStrategy
(MonitoringStrategy monitoringStrategy) Sets the monitoring strategy to use for retrieving new requests. -
Uses of MonitoringStrategy in org.springframework.ws.transport.mail.monitor
Classes in org.springframework.ws.transport.mail.monitor that implement MonitoringStrategyModifier and TypeClassDescriptionclass
Abstract base class for theMonitoringStrategy
interface.class
Implementation of theMonitoringStrategy
interface that uses the IMAP IDLE command for asynchronous message detection.class
Implementation of theMonitoringStrategy
interface that uses a simple polling mechanism.class
Implementation of theMonitoringStrategy
interface that uses a simple polling mechanism suitable for POP3 servers.