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 TypeMethodDescriptionvoidMailMessageReceiver.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 TypeClassDescriptionclassAbstract base class for theMonitoringStrategyinterface.classImplementation of theMonitoringStrategyinterface that uses the IMAP IDLE command for asynchronous message detection.classImplementation of theMonitoringStrategyinterface that uses a simple polling mechanism.classImplementation of theMonitoringStrategyinterface that uses a simple polling mechanism suitable for POP3 servers.