Uses of Interface
org.apache.muse.ws.notification.topics.TopicNamespace

Packages that use TopicNamespace
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 TopicNamespace in org.apache.muse.ws.notification
 

Methods in org.apache.muse.ws.notification that return TopicNamespace
 TopicNamespace NotificationProducer.addTopicNamespace(String namespace)
          Creates a topic namespace in the resource's topic set using the given URI.
 TopicNamespace NotificationProducer.getTopicNamespace(String namespace)
           
 

Uses of TopicNamespace in org.apache.muse.ws.notification.impl
 

Methods in org.apache.muse.ws.notification.impl that return TopicNamespace
 TopicNamespace SimpleNotificationProducer.addTopicNamespace(String namespace)
           
 TopicNamespace SimpleNotificationProducer.getTopicNamespace(String namespace)
           
 

Uses of TopicNamespace in org.apache.muse.ws.notification.topics
 

Methods in org.apache.muse.ws.notification.topics that return TopicNamespace
 TopicNamespace Topic.getTopicNamespace()
           
 TopicNamespace TopicSet.getTopicNamespace(String namespace)
           
 TopicNamespace TopicPathExpression.getTopicSpace()
           
 

Methods in org.apache.muse.ws.notification.topics with parameters of type TopicNamespace
 void TopicSet.addTopicNamespace(TopicNamespace topicSpace)
           
 

Uses of TopicNamespace in org.apache.muse.ws.notification.topics.impl
 

Classes in org.apache.muse.ws.notification.topics.impl that implement TopicNamespace
 class SimpleTopicNamespace
          SimpleTopicNamespace is Muse's default implementation of the wsnt:TopicNamespace data structure defined in WS-Notification v1.3 and WS-Topics v1.3.
 

Methods in org.apache.muse.ws.notification.topics.impl that return TopicNamespace
 TopicNamespace SimpleTopic.getTopicNamespace()
           
 TopicNamespace SimpleTopicSet.getTopicNamespace(String namespace)
           
 TopicNamespace ConcretePathExpression.getTopicSpace()
           
 

Methods in org.apache.muse.ws.notification.topics.impl with parameters of type TopicNamespace
 void SimpleTopicSet.addTopicNamespace(TopicNamespace topicSpace)
           
 

Constructors in org.apache.muse.ws.notification.topics.impl with parameters of type TopicNamespace
ConcretePathExpression(TopicNamespace topicSpace, QName topicPath)
           
SimpleTopic(Element root, TopicNamespace topicSpace)
           
SimpleTopic(String name, TopicNamespace topicSpace)
           
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.