|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicExpressionEvaluator | |
org.apache.ws.notification.topics.expression | |
org.apache.ws.notification.topics.expression.impl |
Uses of TopicExpressionEvaluator in org.apache.ws.notification.topics.expression |
Methods in org.apache.ws.notification.topics.expression that return TopicExpressionEvaluator | |
TopicExpressionEvaluator |
TopicExpressionEngine.getEvaluator(java.lang.String dialect)
Gets the evaluator currently registered to handle a topic expression of the specified dialect. |
Methods in org.apache.ws.notification.topics.expression with parameters of type TopicExpressionEvaluator | |
void |
TopicExpressionEngine.registerEvaluator(TopicExpressionEvaluator evaluator)
registers a new evaluator that can be used to evaluate topic expressions |
Uses of TopicExpressionEvaluator in org.apache.ws.notification.topics.expression.impl |
Classes in org.apache.ws.notification.topics.expression.impl that implement TopicExpressionEvaluator | |
class |
AbstractTopicExpressionEvaluator
An abstract class that provides functionality that is shared by the TopicExpressionEvaluator s for all three WS-Topics topic expression
dialects. |
class |
ConcreteTopicExpressionEvaluator
Topic expression evalutor for the WS-Topics "Concrete" topic dialect. |
class |
FullTopicExpressionEvaluator
Topic expression evalutor for the WS-Topics "Full" topic dialect. |
class |
SimpleTopicExpressionEvaluator
Topic expression evalutor for the WS-Topics "Simple" topic dialect. |
Methods in org.apache.ws.notification.topics.expression.impl that return TopicExpressionEvaluator | |
TopicExpressionEvaluator |
TopicExpressionEngineImpl.getEvaluator(java.lang.String dialect)
|
Methods in org.apache.ws.notification.topics.expression.impl with parameters of type TopicExpressionEvaluator | |
void |
TopicExpressionEngineImpl.registerEvaluator(TopicExpressionEvaluator evaluator)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |