org.apache.muse.tools.generator.util
Class SubscriptionManagerHelper
java.lang.Object
org.apache.muse.tools.generator.util.SubscriptionManagerHelper
public class SubscriptionManagerHelper
- extends Object
Endpoints that have resource-type
s that are NotificationProducer
s
need to have a SubscriptionManager
included as a sibling resource-type
.
Without this SubscriptionManager
the NotificationProducer
capability
will not function. This class will analyze the ConfigurationData
and modify it
if a resource-type
that has a SubscriptionManager
is not found.
- Author:
- Andrew Eberbach (aeberbac)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUBSCRIPTION_MANAGER_DIR
public static final String SUBSCRIPTION_MANAGER_DIR
- See Also:
- Constant Field Values
SUBSCRIPTION_MANAGER_RESOURCE_TYPE
public static final String SUBSCRIPTION_MANAGER_RESOURCE_TYPE
- See Also:
- Constant Field Values
SUBSCRIPTION_MANAGER_WSDL
public static final String SUBSCRIPTION_MANAGER_WSDL
- See Also:
- Constant Field Values
SubscriptionManagerHelper
public SubscriptionManagerHelper()
addSubscriptionManager
public static ConfigurationData addSubscriptionManager(ConfigurationData data)
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.