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

Packages that use TopicNamespace
org.apache.ws.notification.topics   
org.apache.ws.notification.topics.util   
org.apache.ws.notification.topics.v2004_06   
 

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

Subinterfaces of TopicNamespace in org.apache.ws.notification.topics
 interface TopicSpace
          Deprecated. replaced by TopicNamespace
 

Methods in org.apache.ws.notification.topics that return TopicNamespace
abstract  TopicNamespace TopicsTypeReader.toTopicNamespace(org.apache.xmlbeans.XmlObject xBean)
          DOCUMENT_ME
abstract  TopicNamespace TopicsTypeFactory.createTopicNamespace(java.lang.String targetNamespace)
          DOCUMENT_ME
 TopicNamespace TopicNamespaceRegistry.getTopicNamespace(java.lang.String targetNamespace)
          DOCUMENT_ME
 TopicNamespace Topic.getTopicNamespace()
          Gets the TopicSpace this Topic is part of
 

Methods in org.apache.ws.notification.topics with parameters of type TopicNamespace
abstract  org.apache.xmlbeans.XmlObject TopicsTypeWriter.toXmlObject(TopicNamespace topicNs)
          DOCUMENT_ME
 void TopicNamespaceRegistry.addTopicNamespace(TopicNamespace topicNs)
          DOCUMENT_ME
 void Topic.setTopicNamespace(TopicNamespace topicNs)
          Set the TopicSpace this Topic is part of
 

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

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

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

Methods in org.apache.ws.notification.topics.v2004_06 that return TopicNamespace
 TopicNamespace TopicsTypeReaderImpl.toTopicNamespace(org.apache.xmlbeans.XmlObject xBean)
          DOCUMENT_ME
 TopicNamespace TopicsTypeFactoryImpl.createTopicNamespace(java.lang.String targetNamespace)
          DOCUMENT_ME
 

Methods in org.apache.ws.notification.topics.v2004_06 with parameters of type TopicNamespace
 org.apache.xmlbeans.XmlObject TopicsTypeWriterImpl.toXmlObject(TopicNamespace topicNs)
          DOCUMENT_ME
 



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