Package org.globus.wsrf.topicexpression

Interface Summary
TopicExpressionEngine The TopicExpressionEngine interface is used to map queries on a topic list to the appropriate TopicExpressionEvaluators and then return the result.
TopicExpressionEvaluator A TopicExpressionEvaluator is used to implement a topic expression evaluation against a TopicList.
 

Exception Summary
InvalidTopicExpressionException This exception is raised when the topic expression is invalid.
TopicExpressionException This is a basic exception raised by TopicExpressionEngine or TopicExpressionEvaluator.
TopicExpressionResolutionException This exception is raised when resolution of a topic expression fails.
UnsupportedTopicExpressionDialectException This exception is raised if the given topic expression dialect is unsupported.