org.apache.juddi.subscription.notify
Class NotifierFactory

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

public class NotifierFactory
extends java.lang.Object

The factory figures out which Notifier class to instantiate.

Author:
kstam

Field Summary
static java.lang.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 java.lang.String UDDI_TRANSPORT_KEY
Constructor Detail

NotifierFactory

public NotifierFactory()
Method Detail

getNotifier

public Notifier getNotifier(BindingTemplate bindingTemplate)
                     throws java.net.URISyntaxException,
                            java.lang.IllegalArgumentException,
                            java.lang.SecurityException,
                            java.lang.InstantiationException,
                            java.lang.IllegalAccessException,
                            java.lang.reflect.InvocationTargetException,
                            java.lang.NoSuchMethodException,
                            java.lang.ClassNotFoundException
Throws:
java.net.URISyntaxException
java.lang.IllegalArgumentException
java.lang.SecurityException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
java.lang.ClassNotFoundException


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