Package | Description |
---|---|
org.springframework.ws.transport.mail |
Package providing support for handling messages via email.
|
org.springframework.ws.transport.mail.monitor |
Provides the MonitoringStrategy interface and implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
MailMessageReceiver.setMonitoringStrategy(MonitoringStrategy monitoringStrategy)
Sets the monitoring strategy to use for retrieving new requests.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMonitoringStrategy
Abstract base class for the
MonitoringStrategy interface. |
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. |
Copyright © 2005–2015 The Spring Web Services Framework. All rights reserved.