public class SMTPNotifier extends Object implements Notifier
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
protected static String[] |
mailProps |
protected String |
notificationEmailAddress |
protected Properties |
properties |
protected javax.mail.Session |
session |
| Constructor and Description |
|---|
SMTPNotifier(BindingTemplate bindingTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
getEMailProperties() |
DispositionReport |
notifySubscriptionListener(NotifySubscriptionListener body) |
protected static final org.apache.commons.logging.Log log
protected String notificationEmailAddress
protected javax.mail.Session session
protected Properties properties
protected static final String[] mailProps
public SMTPNotifier(BindingTemplate bindingTemplate) throws URISyntaxException, Exception
URISyntaxExceptionExceptionprotected final Properties getEMailProperties() throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationExceptionpublic DispositionReport notifySubscriptionListener(NotifySubscriptionListener body) throws DispositionReportFaultMessage, RemoteException
notifySubscriptionListener in interface NotifierDispositionReportFaultMessageRemoteExceptionCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.