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.expression.impl   
org.apache.ws.notification.topics.impl   
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()
           
 

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.expression.impl
 

Methods in org.apache.ws.notification.topics.expression.impl with parameters of type TopicSpaceSet
 Topic[] TopicExpressionEngineImpl.evaluateTopicExpression(TopicSpaceSet topicSpaceSet, TopicExpression topicExpression)
           
 Topic[] SimpleTopicExpressionEvaluator.evaluate(TopicSpaceSet topicSpaceSet, TopicExpression topicExpr)
           
 Topic[] FullTopicExpressionEvaluator.evaluate(TopicSpaceSet topicSpaceSet, TopicExpression topicExpr)
           
 Topic[] ConcreteTopicExpressionEvaluator.evaluate(TopicSpaceSet topicSpaceSet, TopicExpression topicExpr)
           
protected  TopicSpace AbstractTopicExpressionEvaluator.getTopicSpace(TopicSpaceSet topicSpaceSet, javax.xml.namespace.QName topicPath)
           
 

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

Classes in org.apache.ws.notification.topics.impl that implement TopicSpaceSet
 class TopicSpaceSetImpl
           
 

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.addResourceTerminationTopic(TopicSpaceSet topicSpaceSet, org.apache.ws.resource.Resource resource, org.apache.ws.resource.properties.NamespaceVersionHolder namespaces)
          Adds the topic for ResoruceTermination....there should be only one of these!
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 void TopicUtils.initNotificationProducerProperties(TopicSpaceSet topicSpaceSet, org.apache.ws.resource.properties.ResourcePropertySet propSet)
          Initializes the Topic, TopicExpressionDialects and FixedTopicSet resource properties
NOTE this MUST be called last in the Resource.init() method to ensure all topics get registered
FixedTopicSet will be set based on the value returned from the isFixed() method.
 



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