Uses of Class
org.apache.ws.notification.topics.expression.InvalidTopicExpressionException

Packages that use InvalidTopicExpressionException
org.apache.ws.notification.topics.expression   
org.apache.ws.notification.topics.expression.impl   
 

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

Methods in org.apache.ws.notification.topics.expression that throw InvalidTopicExpressionException
 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 InvalidTopicExpressionException in org.apache.ws.notification.topics.expression.impl
 

Methods in org.apache.ws.notification.topics.expression.impl that throw InvalidTopicExpressionException
 Topic[] TopicExpressionEngineImpl.evaluateTopicExpression(TopicSpaceSet topicSpaceSet, TopicExpression topicExpression)
           
 Topic[] SimpleTopicExpressionEvaluator.evaluate(TopicSpaceSet topicSpaceSet, TopicExpression topicExpr)
           
 Topic[] FullTopicExpressionEvaluator.evaluate(TopicSpaceSet topicSpaceSet, TopicExpression topicExpr)
           
 java.lang.String FullTopicExpressionEvaluator.PathTokenizer.nextToken()
           
 Topic[] ConcreteTopicExpressionEvaluator.evaluate(TopicSpaceSet topicSpaceSet, TopicExpression topicExpr)
           
protected  javax.xml.namespace.QName AbstractTopicExpressionEvaluator.toQName(java.lang.String topicPath, org.apache.ws.util.xml.NamespaceContext nsContext)
           
 



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