Uses of Interface
org.apache.ws.notification.topics.TopicSpaceSet

Packages that use TopicSpaceSet
org.apache.ws.notification.base   
org.apache.ws.notification.topics.expression   
org.apache.ws.notification.topics.util   
 

Uses of TopicSpaceSet in org.apache.ws.notification.base
 

Methods in org.apache.ws.notification.base that return TopicSpaceSet
 TopicSpaceSet NotificationProducerResource.getTopicSpaceSet()
          Returns the TopicSpaceSet for the NotificationProducer
 

Constructors in org.apache.ws.notification.base with parameters of type TopicSpaceSet
TopicResourcePropertyCallback(TopicSpaceSet topicSet)
          Creates a new TopicResourcePropertyCallback for the specified topic set.
FixedTopicSetResourcePropertyCallback(TopicSpaceSet topicSet)
          Creates a new TopicResourcePropertyCallback for the specified topic set.
 

Uses of TopicSpaceSet in org.apache.ws.notification.topics.expression
 

Methods in org.apache.ws.notification.topics.expression with parameters of type TopicSpaceSet
 Topic[] TopicExpressionEvaluator.evaluate(TopicSpaceSet topicSpaceSet, TopicExpression expression)
          Evaluates the expression over a TopicSpace and returns the set of matching topics.
 Topic[] TopicExpressionEngine.evaluateTopicExpression(TopicSpaceSet topicSpaceSet, TopicExpression topicExpression)
          Resolves a topic expression using the passed topic list.
 

Uses of TopicSpaceSet in org.apache.ws.notification.topics.util
 

Methods in org.apache.ws.notification.topics.util with parameters of type TopicSpaceSet
static Topic TopicUtils.addResourcePropertyValueChangeTopic(org.apache.ws.resource.properties.ResourceProperty prop, TopicSpaceSet topicSpaceSet)
          Adds a topic for the specified property to the specified topic set.
static Topic[] TopicUtils.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 TopicUtils.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!
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.