Uses of Interface
org.apache.ws.notification.topics.expression.TopicExpression

Packages that use TopicExpression
org.apache.ws.notification.base   
org.apache.ws.notification.pubsub   
org.apache.ws.notification.topics   
org.apache.ws.notification.topics.expression   
org.apache.ws.notification.topics.expression.impl   
org.apache.ws.notification.topics.v2004_06   
 

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

Methods in org.apache.ws.notification.base that return TopicExpression
 TopicExpression Subscription.getTopicExpression()
          Gets the topic expression associated with this subscription.
 

Methods in org.apache.ws.notification.base with parameters of type TopicExpression
 void Subscription.setTopicExpression(TopicExpression topicExpr)
          Sets the topic expression associated with this subscription.
 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 TopicExpression in org.apache.ws.notification.pubsub
 

Constructors in org.apache.ws.notification.pubsub with parameters of type TopicExpression
Subscription(org.apache.ws.addressing.EndpointReference producerRef, org.apache.ws.addressing.EndpointReference consumerRef, TopicExpression topicExpr)
          Creates a new Subscription object.
 

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

Methods in org.apache.ws.notification.topics that return TopicExpression
abstract  TopicExpression TopicsTypeReader.toTopicExpression(org.apache.xmlbeans.XmlObject xBean)
          DOCUMENT_ME
 TopicExpression[] TopicSet.getTopicExpressions()
          Returns the topic expressions contained in this topic set.
 TopicExpression Topic.getTopicReference()
          Get the topic expression for the topic(s) that this topic references.
 

Methods in org.apache.ws.notification.topics with parameters of type TopicExpression
abstract  org.apache.xmlbeans.XmlObject TopicsTypeWriter.toXmlObject(TopicExpression topicExpr, javax.xml.namespace.QName elemName)
          DOCUMENT_ME
protected  void TopicsTypeWriter.copyContent(TopicExpression topicExpr, org.apache.xmlbeans.XmlObject topicExprXBean)
          DOCUMENT_ME
 void TopicSet.addTopicExpression(TopicExpression topicExpr)
           
 Topic[] TopicSet.evaluateTopicExpression(TopicExpression topicExpr)
           
 void Topic.setTopicReference(TopicExpression topicPath)
          Set the topic expression that resolves to a set of topics that this topic references.
 

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

Classes in org.apache.ws.notification.topics.expression that implement TopicExpression
 class ConcreteTopicExpression
          A Concrete TopicExpression as defined by the WS-Topics specification.
 class FullTopicExpression
          A Full TopicExpression as defined by the WS-Topics specification.
 class SimpleTopicExpression
          A Simple TopicExpression as defined by the WS-Topics specification.
 

Methods in org.apache.ws.notification.topics.expression with parameters of type TopicExpression
 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 TopicExpression in org.apache.ws.notification.topics.expression.impl
 

Classes in org.apache.ws.notification.topics.expression.impl that implement TopicExpression
 class org.apache.ws.notification.topics.expression.impl.AbstractTopicExpression
           
 

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

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

Methods in org.apache.ws.notification.topics.v2004_06 with parameters of type TopicExpression
 org.apache.xmlbeans.XmlObject TopicsTypeWriterImpl.toXmlObject(TopicExpression topicExpr, javax.xml.namespace.QName elemName)
          DOCUMENT_ME
 



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