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

Packages that use InvalidTopicExpressionException
org.apache.ws.notification.base   
org.apache.ws.notification.topics   
org.apache.ws.notification.topics.expression   
org.apache.ws.notification.topics.v2004_06   
 

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

Methods in org.apache.ws.notification.base that throw InvalidTopicExpressionException
 java.lang.Object NotificationProducerResource.getCurrentMessage(TopicExpression topicExpr)
          Returns the current message for the specified topic (i.e.
 void NotificationProducerResource.publish(TopicExpression topic, java.lang.Object msg)
          Publishes the given message to the topic identified by the given topic expression.
 org.apache.ws.addressing.EndpointReference NotificationProducerResource.subscribe(org.apache.ws.addressing.EndpointReference consumerEPR, TopicExpression topicExpr, java.lang.Boolean useNotify, org.apache.ws.resource.properties.query.QueryExpression precondition, org.apache.ws.resource.properties.query.QueryExpression selector, java.lang.Object subscriptionPolicy, java.util.Calendar initialTerminationtime)
          Subscribe to the topic(s) indicated by the specified topic expression.
 

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

Methods in org.apache.ws.notification.topics that throw InvalidTopicExpressionException
abstract  TopicExpression TopicsTypeReader.toTopicExpression(org.apache.xmlbeans.XmlObject xBean)
          DOCUMENT_ME
 

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

Methods in org.apache.ws.notification.topics.expression that throw InvalidTopicExpressionException
 Topic[] TopicExpressionEvaluator.evaluate(TopicNamespaceRegistry topicNsRegistry, TopicExpression topicExpr)
          Evaluates the expression over a TopicSpace and returns the set of matching topics.
 Topic[] TopicExpressionEngine.evaluateTopicExpression(TopicExpression topicExpr)
          DOCUMENT_ME
 

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

Methods in org.apache.ws.notification.topics.v2004_06 that throw InvalidTopicExpressionException
 TopicExpression TopicsTypeReaderImpl.toTopicExpression(org.apache.xmlbeans.XmlObject xBean)
          DOCUMENT_ME
 



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