org.apache.juddi.subscription.notify
Class NotifierFactory
java.lang.Object
org.apache.juddi.subscription.notify.NotifierFactory
public class NotifierFactory
- extends java.lang.Object
The factory figures out which Notifier class to instantiate.
- Author:
- kstam
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDDI_TRANSPORT_KEY
public static java.lang.String UDDI_TRANSPORT_KEY
NotifierFactory
public NotifierFactory()
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.