|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.notification.topics.util.TopicUtils
A utility class containing static methods used as helpers for working with WSN Topics.
Constructor Summary | |
TopicUtils()
|
Method Summary | |
static Topic |
addResourcePropertyValueChangeTopic(org.apache.ws.resource.properties.ResourceProperty prop,
TopicSpaceSet topicSpaceSet)
Adds a topic for the specified property to the specified topic set. |
static Topic[] |
addResourcePropertyValueChangeTopics(org.apache.ws.resource.properties.ResourcePropertySet propSet,
TopicSpaceSet topicSpaceSet)
Adds topics for all non-readonly properties from the specified property set to the specified topic set. |
static Topic |
addResourceTerminationTopic(TopicSpaceSet topicSpaceSet,
org.apache.ws.resource.Resource resource,
org.apache.ws.resource.properties.NamespaceVersionHolder namespaces)
Adds the topic for ResourceTermination....there should be only one of these! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TopicUtils()
Method Detail |
public static Topic addResourcePropertyValueChangeTopic(org.apache.ws.resource.properties.ResourceProperty prop, TopicSpaceSet topicSpaceSet) throws java.lang.Exception
prop
- topicSpaceSet
-
java.lang.Exception
public static Topic[] addResourcePropertyValueChangeTopics(org.apache.ws.resource.properties.ResourcePropertySet propSet, TopicSpaceSet topicSpaceSet) throws java.lang.Exception
propSet
- topicSpaceSet
-
java.lang.Exception
public static Topic addResourceTerminationTopic(TopicSpaceSet topicSpaceSet, org.apache.ws.resource.Resource resource, org.apache.ws.resource.properties.NamespaceVersionHolder namespaces) throws java.lang.Exception
topicSpaceSet
-
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |