org.apache.juddi.subscription.notify
Class SMTPNotifier

java.lang.Object
  extended by org.apache.juddi.subscription.notify.SMTPNotifier
All Implemented Interfaces:
Notifier

public class SMTPNotifier
extends Object
implements Notifier


Constructor Summary
SMTPNotifier(BindingTemplate bindingTemplate)
           
 
Method Summary
protected  Properties getEMailProperties()
           
 org.uddi.api_v3.DispositionReport notifySubscriptionListener(org.uddi.subr_v3.NotifySubscriptionListener body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMTPNotifier

public SMTPNotifier(BindingTemplate bindingTemplate)
             throws URISyntaxException,
                    org.apache.commons.configuration.ConfigurationException
Throws:
URISyntaxException
org.apache.commons.configuration.ConfigurationException
Method Detail

getEMailProperties

protected Properties getEMailProperties()
                                 throws org.apache.commons.configuration.ConfigurationException
Throws:
org.apache.commons.configuration.ConfigurationException

notifySubscriptionListener

public org.uddi.api_v3.DispositionReport notifySubscriptionListener(org.uddi.subr_v3.NotifySubscriptionListener body)
                                                             throws org.uddi.v3_service.DispositionReportFaultMessage,
                                                                    RemoteException
Specified by:
notifySubscriptionListener in interface Notifier
Throws:
org.uddi.v3_service.DispositionReportFaultMessage
RemoteException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.