org.apache.muse.ws.notification.topics
Interface TopicSet
- All Superinterfaces:
- XmlSerializable
- All Known Implementing Classes:
- SimpleTopicSet
public interface TopicSet
- extends XmlSerializable
TopicSet is an interface that represents the wst:TopicSet data structure
that is described in WS-Topics v1.3.
- Author:
- Dan Jemiolo (danj)
addTopicNamespace
void addTopicNamespace(TopicNamespace topicSpace)
throws BaseFault
- Throws:
BaseFault
getTopicNamespace
TopicNamespace getTopicNamespace(String namespace)
- Parameters:
namespace
-
- Returns:
- The TopicNamespace represented by the given URI, or null if none exists.
getTopicNamespaceURIs
Collection getTopicNamespaceURIs()
- Returns:
- The namespace URIs for all of the topic namespaces in the topic set.
removeTopicNamespace
void removeTopicNamespace(String namespace)
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.