org.apache.juddi.subscription.notify
Class NotifierFactory

java.lang.Object
  extended by org.apache.juddi.subscription.notify.NotifierFactory

public class NotifierFactory
extends Object

The factory figures out which Notifier class to instantiate.

Author:
kstam

Field Summary
static String UDDI_TRANSPORT_KEY
           
 
Constructor Summary
NotifierFactory()
           
 
Method Summary
 Notifier getNotifier(BindingTemplate bindingTemplate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UDDI_TRANSPORT_KEY

public static String UDDI_TRANSPORT_KEY
Constructor Detail

NotifierFactory

public NotifierFactory()
Method Detail

getNotifier

public Notifier getNotifier(BindingTemplate bindingTemplate)
                     throws URISyntaxException,
                            IllegalArgumentException,
                            SecurityException,
                            InstantiationException,
                            IllegalAccessException,
                            InvocationTargetException,
                            NoSuchMethodException,
                            ClassNotFoundException
Throws:
URISyntaxException
IllegalArgumentException
SecurityException
InstantiationException
IllegalAccessException
InvocationTargetException
NoSuchMethodException
ClassNotFoundException


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