|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of TopicExpression in org.apache.ws.notification.base.impl |
Classes in org.apache.ws.notification.base.impl that implement TopicExpression | |
class |
XmlBeansTopicExpression
Impl of TopicExpression whose constructor takes an XMLBean. |
Fields in org.apache.ws.notification.base.impl declared as TopicExpression | |
protected TopicExpression |
AbstractSubscription.m_topicExpression
|
Methods in org.apache.ws.notification.base.impl that return TopicExpression | |
TopicExpression |
AbstractSubscription.getTopicExpression()
|
Constructors in org.apache.ws.notification.base.impl with parameters of type TopicExpression | |
AbstractSubscription(org.apache.ws.addressing.EndpointReference consumerReference,
org.apache.ws.addressing.EndpointReference producerReference,
org.apache.ws.resource.ResourceKey producerKey,
java.lang.String producerHomeLocation,
TopicExpression topicExpression)
Construct a new subscription resource. |
Uses of TopicExpression in org.apache.ws.notification.base.v2004_06.impl |
Methods in org.apache.ws.notification.base.v2004_06.impl with parameters of type TopicExpression | |
Subscription |
SubscriptionHome.create(java.lang.Class subscriptionResourceClass,
org.apache.ws.addressing.EndpointReference consumerReference,
org.apache.ws.addressing.EndpointReference producerReference,
java.util.Calendar initialTerminationTime,
java.lang.Object policy,
org.apache.ws.resource.properties.query.QueryExpression precondition,
org.apache.ws.resource.properties.query.QueryExpression selector,
org.apache.ws.resource.ResourceKey producerKey,
java.lang.String producerHomeLocation,
TopicExpression topicExpression,
boolean useNotify,
WsnNamespaceVersionHolder nsSet)
|
Constructors in org.apache.ws.notification.base.v2004_06.impl with parameters of type TopicExpression | |
SubscriptionResource(org.apache.ws.addressing.EndpointReference consumerReference,
org.apache.ws.addressing.EndpointReference producerReference,
org.apache.ws.resource.ResourceKey producerKey,
java.lang.String producerHomeLocation,
TopicExpression topicExpression)
|
Uses of TopicExpression in org.apache.ws.notification.topics |
Methods in org.apache.ws.notification.topics that return TopicExpression | |
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 | |
Topic[] |
TopicSpaceSet.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 |
Methods in org.apache.ws.notification.topics.expression with parameters of type TopicExpression | |
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 TopicExpression in org.apache.ws.notification.topics.expression.impl |
Methods in org.apache.ws.notification.topics.expression.impl with parameters of type TopicExpression | |
Topic[] |
TopicExpressionEngineImpl.evaluateTopicExpression(TopicSpaceSet topicSpaceSet,
TopicExpression topicExpression)
|
Topic[] |
SimpleTopicExpressionEvaluator.evaluate(TopicSpaceSet topicSpaceSet,
TopicExpression topicExpr)
|
Topic[] |
FullTopicExpressionEvaluator.evaluate(TopicSpaceSet topicSpaceSet,
TopicExpression topicExpr)
|
Topic[] |
ConcreteTopicExpressionEvaluator.evaluate(TopicSpaceSet topicSpaceSet,
TopicExpression topicExpr)
|
protected org.apache.ws.util.xml.NamespaceContext |
AbstractTopicExpressionEvaluator.getNamespaceContext(TopicExpression topicExpr)
|
protected java.lang.String |
AbstractTopicExpressionEvaluator.getContent(TopicExpression topicExpr)
|
Uses of TopicExpression in org.apache.ws.notification.topics.impl |
Fields in org.apache.ws.notification.topics.impl declared as TopicExpression | |
protected TopicExpression |
TopicImpl.m_reference
|
Methods in org.apache.ws.notification.topics.impl that return TopicExpression | |
TopicExpression |
TopicImpl.getTopicReference()
Get the topic expression for the topic(s) that this topic references. |
Methods in org.apache.ws.notification.topics.impl with parameters of type TopicExpression | |
Topic[] |
TopicSpaceSetImpl.evaluateTopicExpression(TopicExpression topicExpr)
|
void |
TopicImpl.setTopicReference(TopicExpression topicPath)
|
Constructors in org.apache.ws.notification.topics.impl with parameters of type TopicExpression | |
TopicImpl(java.util.Map subTopics,
TopicExpression reference,
java.util.Collection listeners,
java.lang.String name,
java.lang.Object current,
java.util.List topicPath)
Create a topic with the given parameters |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |