org.apache.ws.notification.base
Interface NotificationProducerResource

All Superinterfaces:
org.apache.ws.resource.PropertiesResource, org.apache.ws.resource.Resource

public interface NotificationProducerResource
extends org.apache.ws.resource.PropertiesResource

A resource that implements the WS-BaseNotification NotificationProducer portType. Provides access to the resource's TopicSpaceSet and ResourcePropertySet.


Method Summary
 TopicSpaceSet getTopicSpaceSet()
          Returns the TopicSpaceSet for the NotificationProducer
 
Methods inherited from interface org.apache.ws.resource.PropertiesResource
getResourcePropertySet, setResourcePropertySet
 
Methods inherited from interface org.apache.ws.resource.Resource
addTerminationListener, destroy, getEndpointReference, getID, init, setEndpointReference, setID
 

Method Detail

getTopicSpaceSet

public TopicSpaceSet getTopicSpaceSet()
Returns the TopicSpaceSet for the NotificationProducer

Returns:
the TopicSpaceSet for this NotificationProducer


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