|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Topic | |
---|---|
org.apache.muse.ws.notification | |
org.apache.muse.ws.notification.impl | |
org.apache.muse.ws.notification.topics | |
org.apache.muse.ws.notification.topics.impl |
Uses of Topic in org.apache.muse.ws.notification |
---|
Methods in org.apache.muse.ws.notification that return Topic | |
---|---|
Topic |
NotificationProducer.addTopic(QName topicName)
Creates a topic in the resource's topic set and adds it to the appropriate topic namespace. |
Topic |
NotificationProducer.getTopic(QName topicName)
|
Uses of Topic in org.apache.muse.ws.notification.impl |
---|
Methods in org.apache.muse.ws.notification.impl that return Topic | |
---|---|
Topic |
SimpleNotificationProducer.addTopic(QName topicName)
|
Topic |
SimpleNotificationProducer.getTopic(QName topicName)
|
Methods in org.apache.muse.ws.notification.impl with parameters of type Topic | |
---|---|
void |
TopicFilter.setTopic(Topic topic)
|
Constructors in org.apache.muse.ws.notification.impl with parameters of type Topic | |
---|---|
TopicFilter(Topic topic)
|
|
TopicFilter(Topic topic,
String dialect)
|
Uses of Topic in org.apache.muse.ws.notification.topics |
---|
Methods in org.apache.muse.ws.notification.topics that return Topic | |
---|---|
Topic |
Topic.getParentTopic()
|
Topic |
Topic.getTopic(String topicName)
|
Topic |
TopicNamespace.getTopic(String topicName)
|
Topic |
TopicPathExpression.resolve()
Evaluates the topic path and finds the Topic it represents. |
Methods in org.apache.muse.ws.notification.topics with parameters of type Topic | |
---|---|
void |
Topic.addTopic(Topic childTopic)
Adds a child topic to the topic. |
void |
TopicNamespace.addTopic(Topic topic)
Adds a root topic to the namespace. |
void |
Topic.setParentTopic(Topic parentTopic)
|
Uses of Topic in org.apache.muse.ws.notification.topics.impl |
---|
Classes in org.apache.muse.ws.notification.topics.impl that implement Topic | |
---|---|
class |
SimpleTopic
SimpleTopic is Muse's default implementation of the wsnt:Topic data structure defined in WS-Notification v1.3 and WS-Topics v1.3. |
Methods in org.apache.muse.ws.notification.topics.impl that return Topic | |
---|---|
Topic |
SimpleTopic.getParentTopic()
|
Topic |
SimpleTopic.getTopic(String topicName)
|
Topic |
SimpleTopicNamespace.getTopic(String topicName)
|
Topic |
ConcretePathExpression.resolve()
|
Methods in org.apache.muse.ws.notification.topics.impl with parameters of type Topic | |
---|---|
void |
SimpleTopic.addTopic(Topic childTopic)
|
void |
SimpleTopicNamespace.addTopic(Topic topic)
|
void |
SimpleTopic.setParentTopic(Topic parentTopic)
|
Constructors in org.apache.muse.ws.notification.topics.impl with parameters of type Topic | |
---|---|
ConcretePathExpression(Topic topic)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |