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() |
org.uddi.api_v3.DispositionReport |
notifySubscriptionListener(org.uddi.subr_v3.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
URISyntaxException
Exception
protected final Properties getEMailProperties() throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
public org.uddi.api_v3.DispositionReport notifySubscriptionListener(org.uddi.subr_v3.NotifySubscriptionListener body) throws org.uddi.v3_service.DispositionReportFaultMessage, RemoteException
notifySubscriptionListener
in interface Notifier
org.uddi.v3_service.DispositionReportFaultMessage
RemoteException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.