Uses of Interface
org.apache.ws.notification.topics.TopicSpace

Packages that use TopicSpace
org.apache.ws.notification.topics   
org.apache.ws.notification.topics.expression.impl   
org.apache.ws.notification.topics.impl   
org.apache.ws.notification.topics.util   
 

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

Methods in org.apache.ws.notification.topics that return TopicSpace
 TopicSpace TopicSpaceSet.addTopicSpace(TopicSpace topicSpace)
           
 TopicSpace TopicSpaceSet.getTopicSpace(java.lang.String namespaceURI)
           
 TopicSpace[] TopicSpaceSet.getTopicSpaces()
           
 TopicSpace Topic.getTopicSpace()
          gets the TopicSpace this Topic is part of
 

Methods in org.apache.ws.notification.topics with parameters of type TopicSpace
 TopicSpace TopicSpaceSet.addTopicSpace(TopicSpace topicSpace)
           
 void Topic.setTopicSpace(TopicSpace topicSpace)
          Set the TopicSpace this Topic is part of
 

Uses of TopicSpace in org.apache.ws.notification.topics.expression.impl
 

Methods in org.apache.ws.notification.topics.expression.impl that return TopicSpace
protected  TopicSpace AbstractTopicExpressionEvaluator.getTopicSpace(TopicSpaceSet topicSpaceSet, javax.xml.namespace.QName topicPath)
           
 

Uses of TopicSpace in org.apache.ws.notification.topics.impl
 

Classes in org.apache.ws.notification.topics.impl that implement TopicSpace
 class TopicSpaceImpl
          TODO
 

Fields in org.apache.ws.notification.topics.impl declared as TopicSpace
protected  TopicSpace TopicImpl.m_topicSpace
           
 

Methods in org.apache.ws.notification.topics.impl that return TopicSpace
 TopicSpace TopicSpaceSetImpl.addTopicSpace(TopicSpace topicSpace)
          Adds the TopicSpace to the TopicSpaceSet.
 TopicSpace TopicSpaceSetImpl.getTopicSpace(java.lang.String namespaceURI)
           
 TopicSpace[] TopicSpaceSetImpl.getTopicSpaces()
           
 TopicSpace TopicImpl.getTopicSpace()
           
 

Methods in org.apache.ws.notification.topics.impl with parameters of type TopicSpace
 TopicSpace TopicSpaceSetImpl.addTopicSpace(TopicSpace topicSpace)
          Adds the TopicSpace to the TopicSpaceSet.
 void TopicImpl.setTopicSpace(TopicSpace topicSpace)
           
 

Uses of TopicSpace in org.apache.ws.notification.topics.util
 

Methods in org.apache.ws.notification.topics.util that return TopicSpace
static TopicSpace TopicSpaceParser.parse(java.io.InputStream is)
           
 



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